F
flora8
I think I have a couple of issues:
I created a switchboard using the switchboard manager. It works fine.
However, I want to add a combo box so the user can choose to g
directly to a particular person's record. So I've done that, and th
code I've written behind it is:
Private Sub Combo24_AfterUpdate()
DoCmd.OpenForm "Main", acNormal, , StudyID = Me![Combo24]
End Sub
So my first question is - Is this right?
My second question is - I have the combo box on the switchboard, an
the drop-down populates with study IDs, however, I can't seem to selec
any of them. It highlights, but doesn't fill the field. What am
doing wrong/how can I fix this?
Thanks,
Jocely
I created a switchboard using the switchboard manager. It works fine.
However, I want to add a combo box so the user can choose to g
directly to a particular person's record. So I've done that, and th
code I've written behind it is:
Private Sub Combo24_AfterUpdate()
DoCmd.OpenForm "Main", acNormal, , StudyID = Me![Combo24]
End Sub
So my first question is - Is this right?
My second question is - I have the combo box on the switchboard, an
the drop-down populates with study IDs, however, I can't seem to selec
any of them. It highlights, but doesn't fill the field. What am
doing wrong/how can I fix this?
Thanks,
Jocely