Vissible Field

P

PatrickK

Hello.

I have a field in my table that i want to make only vissible when a value is
entered else i dont want to see it.

It works when i walk trough the records of the table.
But when i search a record it not works.

How can i solve this.

Patrick
 
T

tina

don't use a table for direct data entry/review. use a form. you can use a
macro or VBA code to show/hide a control (bound to a field) on a form - but
only in Single Form view. well, you *can* do it in Continuous Forms view,
but the control will be hidden for all records, depending on the setting for
the "current" record, which will look pretty strange.

hth
 
Top