Vissible Field

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top