Heres the breakdown:
Two tables Receipts_table and Categories.
Within the receipts_table are several fields, two of which are called For and For_Account. The For field is a combo box lookup bound to a field in the Categories table called Category_Name. I need the For_Account to be populated with the account number associated with Category_Name. The field is called Account_NO.
Here's the question:
How do I setup my table so if the user selects a value in the combo box called "For" the "For_Account" is populated with the value's account number.
Example:
The Categories table looks like this.
Category_Name Account_NO
------------- ----------
Game Room 001-579-423-233
Pool Charges 001-730-220-001
When the user selects Game Room from the combo box I need the field For_Account to be populated with the account number.
Whew, thanks for any help you might have!
Two tables Receipts_table and Categories.
Within the receipts_table are several fields, two of which are called For and For_Account. The For field is a combo box lookup bound to a field in the Categories table called Category_Name. I need the For_Account to be populated with the account number associated with Category_Name. The field is called Account_NO.
Here's the question:
How do I setup my table so if the user selects a value in the combo box called "For" the "For_Account" is populated with the value's account number.
Example:
The Categories table looks like this.
Category_Name Account_NO
------------- ----------
Game Room 001-579-423-233
Pool Charges 001-730-220-001
When the user selects Game Room from the combo box I need the field For_Account to be populated with the account number.
Whew, thanks for any help you might have!