Hillary,
In the AFTERUPDATE of the combo box or frame you are using, you can
if me.<yourcontrol> = <value for employed> then
me.<cmd employ button>.enabled=true ' if greyed out
me.<cmd employ button>.visible=true ' if hidden
end if
Or do a DOCMD.OPENFORM (just put in the syntax from your button) to have the
form open automaticly.
hth
Vanay
> I would like to get a code or advice on how to get a form to pop up when the
> user choses a certain choice form my main form.
[quoted text clipped - 7 lines]
> I created a button so they would be able to just click on it but I want it
> to stay hidden until the user has chosen "employed" .
HillaryNg - 08 Jun 2007 20:29 GMT
Thanks. I'll try that out. I have another quick question though. Will this
work when I am viewing my information in a table (Table view)?
thanks again
Hillary
HillaryNg - 13 Jun 2007 19:27 GMT
Can you explain?
What would "yourcontrol" be? Would that be my button/form or value?
Sorry, If you could give me an example that would help me out alot.
thanks