.visible command

jeo

Registered User.
Local time
Today, 17:03
Joined
Dec 26, 2002
Messages
299
I have a form and when it loads, I have combo0.visible = false.
A user then goes and checks for something on another form and once that is done, I do this:
[Forms!frmProjectStaff!Combo0].Visible = True
and then close previous form.
This is not working, which I'm sure the coding is incorrect.
Could anyone tell me how to code that?
Thanks
 
[Forms]![frmProjectStaff]![Combo0].Visible = True

Col
 
Thank you, that worked great!
 

Users who are viewing this thread

Back
Top Bottom