reseting the visible property on form detail

  • Thread starter graeme34 via AccessMonster.com
  • Start date
G

graeme34 via AccessMonster.com

Hi
I have set the visible property on my form detail to false to prevent the
first record being shown when I use a combo box in the header to select a
record. My only problem is how do I reset it back to True after updating the
combo box.
regards,
Graeme
 
G

graeme34 via AccessMonster.com

Its ok now have solved it, I was trying Me.visible = True.
Should have been Me.Detail.Visible = True.
 

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

Top