C
Charles G via AccessMonster.com
I have tblCPFTellers with these fields:
[TellerFirst] [TellerLast] [BNumber] [CPF] [CPF ID] [WorkStatus]
The primary key is [BNumber] and all corresponding fields relate directly to
the BNumber.
Question 1:
I want to create a Form bound to another table with a combo box list of
BNumbers. The teller can go in, select their BNumber, and their FirstName,
LastName, and CurrencyProcessingFacility fields will auto populate. Then they
can proceed to key in other fields.
Question 2:
In my Form I have a combo box [CurrencyProcessingFacility] bound to
tblCPFTellers and the field [CPF].
Row Source:Select DISTINCT [CPF] FROM [tblCPFTellers];
A list of CPF's come up in the combo box, however, when I try to select one
it will not populate the combo box. Form Properties:
Allow Edits: Yes
Data Entry: Yes
Thanks,
-Charles-
[TellerFirst] [TellerLast] [BNumber] [CPF] [CPF ID] [WorkStatus]
The primary key is [BNumber] and all corresponding fields relate directly to
the BNumber.
Question 1:
I want to create a Form bound to another table with a combo box list of
BNumbers. The teller can go in, select their BNumber, and their FirstName,
LastName, and CurrencyProcessingFacility fields will auto populate. Then they
can proceed to key in other fields.
Question 2:
In my Form I have a combo box [CurrencyProcessingFacility] bound to
tblCPFTellers and the field [CPF].
Row Source:Select DISTINCT [CPF] FROM [tblCPFTellers];
A list of CPF's come up in the combo box, however, when I try to select one
it will not populate the combo box. Form Properties:
Allow Edits: Yes
Data Entry: Yes
Thanks,
-Charles-