Need help in creating (2) combo boxes on the same form

RJ45

Registered User.
Local time
Today, 21:35
Joined
Sep 18, 2003
Messages
13
I ran into a problem tonight, I hope some can help.

I have two tables with info. I need to create (2) combo boxes on the same form; each combo box will give the user the info for one table

MY problem is that I am only able to create (1) working combo box. The second combo box displays the “Name?” in the fields.
 
Last edited:
RJ,

You can have way more than one combo on a form, especially
if they are not dependant on each other. The "name" error
means that Access can not resolve what you have as the
rowsource for your combo. Check it again.

Wayne
 

Users who are viewing this thread

Back
Top Bottom