Display a control based on new record in subform

  • Thread starter Bill R via AccessMonster.com
  • Start date
B

Bill R via AccessMonster.com

I have a couple of combo boxes on a main form that I want to be visible only
in the case where there is a new record in a subform of the same form that
contains the combo boxes. Any suggestions?

Bill
 
K

Klatuu

Look in the VB Editor Help for the NewRecord property. It has an example
that will show you how to do that.
 
B

Bill R via AccessMonster.com

Great! Thanks for, once again, steering me in the right direction.

Bill
 
Top