Hi,
I have a main form which calls a small form "frmBuildQualAim", but when it calls this form the control on it (combo box) seems to be readonly (you cant select any of the values), the strange thing is that I have replicated the code into a blank form and it works fine, does anyone have any ideas
Thanks,
Gavin,
I have a main form which calls a small form "frmBuildQualAim", but when it calls this form the control on it (combo box) seems to be readonly (you cant select any of the values), the strange thing is that I have replicated the code into a blank form and it works fine, does anyone have any ideas
Code:
DoCmd.OpenForm ("frmBuildQualAim")
Do While CurrentProject.AllForms.Item("frmBuildQualAim").IsLoaded
DoEvents
Loop
Thanks,
Gavin,