Form ReadOnly when Called from Other form

gavinjb

Registered User.
Local time
Today, 08:55
Joined
Mar 23, 2006
Messages
39
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

Code:
    DoCmd.OpenForm ("frmBuildQualAim")
    Do While CurrentProject.AllForms.Item("frmBuildQualAim").IsLoaded
        DoEvents
    Loop

Thanks,


Gavin,
 

Users who are viewing this thread

Back
Top Bottom