aziz rasul
Active member
- Local time
- Today, 08:46
- Joined
- Jun 26, 2000
- Messages
- 1,935
I have a pop up form with a single combo box. The Row Source is based on a query.
On the Open event I want to have the combo box item "General Enquiries" to appear. I have tried: -
Me.cboSwitchboard = "General Enquiries"
but the combo box shows nothing when the form is opened. If you select "General Enquiries", then it's OK. Can anyone see why this should happen?
On the Open event I want to have the combo box item "General Enquiries" to appear. I have tried: -
Me.cboSwitchboard = "General Enquiries"
but the combo box shows nothing when the form is opened. If you select "General Enquiries", then it's OK. Can anyone see why this should happen?