N
notanexpert
I'm struggling to connect 2 Combo Boxes and then limiting choices. Basically
I have 2 tables:
tblClass (2 fields)
AcctClassID (primary)
Acct Class
tblAccount (4 fields)
AccountID (primary)
Account Class
Account Name
AccountNo
On the form I have a Combo Box which lists all the records in the Acct Class
field in a drop down. The next Combo Box should bring up all the records
from tblAccount that match the Acct class record chosen in the first Combo
Box. I've tried various things to do this with no success.
The other problem I'm having is that I want to columns/fields to display in
the 2nd Combo Box and can only get the first column to display.
Please help as I am on a time limit to get this to work.
I have 2 tables:
tblClass (2 fields)
AcctClassID (primary)
Acct Class
tblAccount (4 fields)
AccountID (primary)
Account Class
Account Name
AccountNo
On the form I have a Combo Box which lists all the records in the Acct Class
field in a drop down. The next Combo Box should bring up all the records
from tblAccount that match the Acct class record chosen in the first Combo
Box. I've tried various things to do this with no success.
The other problem I'm having is that I want to columns/fields to display in
the 2nd Combo Box and can only get the first column to display.
Please help as I am on a time limit to get this to work.