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
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