Hide fields

  • Thread starter Thread starter Garry Jones
  • Start date Start date
G

Garry Jones

I have a database with several hundred records in. On a few of these
records I need an extra field. I want to hide this field on all other
records.

I used "visible=false" and a fixed command button to change the field to
"visible = true" for when the field is needed.

However, what I have failed to do is to get the field to dissapear on
the next record. When I scroll to the next record the now visible field
is still visible. What I need is to turn the field "on" if the record
exists and "off" if it doesn't. What's the simplest way?

Help appreciated.

Garry Jones
Sweden
 
I think you are referring to Control(s) on the Form???

If that the case, use the Form_Current Event to make the Control(s) visible
/ inbvisible depending on the values of the relevant Fields in the current
Record.
 

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

Similar Threads


Back
Top