W
Wendy
hello,
my issue is rather tricky.... i have a combo box with the following code
using the ".dropdown" option.
Private Sub Form_Open(Cancel As Integer)
Me![Topic_MCQ_Sub_ID].Visible = False
Me!frmTopic_MCQ_Subform.Visible = False
DoCmd.GoToControl "Topic_MCQ_Main_ID"
Me!Topic_MCQ_Main_ID.Dropdown
End Sub
The rows align neatly beneath the combo box if I'm in design mode and view
the form but when i call the form from my main menu, the rows appear
approximately 1inch below the combo box. Has anybody seen this behaviour
before and know of a remedy. I'm using Access2003. I've created a clean
database and created a few tables to test the feature but still get the same
result.
Many thanks for any help offered
my issue is rather tricky.... i have a combo box with the following code
using the ".dropdown" option.
Private Sub Form_Open(Cancel As Integer)
Me![Topic_MCQ_Sub_ID].Visible = False
Me!frmTopic_MCQ_Subform.Visible = False
DoCmd.GoToControl "Topic_MCQ_Main_ID"
Me!Topic_MCQ_Main_ID.Dropdown
End Sub
The rows align neatly beneath the combo box if I'm in design mode and view
the form but when i call the form from my main menu, the rows appear
approximately 1inch below the combo box. Has anybody seen this behaviour
before and know of a remedy. I'm using Access2003. I've created a clean
database and created a few tables to test the feature but still get the same
result.
Many thanks for any help offered