I simply have two different tables as:
Table - CheckAct
Fields in table
EntryID
Date
Amount
Notes
Transdescription
Table - Transactiontype
Fields in table
TransID
Transactiondescription
(The table CheckAct has more fields than listed above but irrelavent to this question.)
My challenge is the following:
In designing the form for table CheckAct I have the field Transdescription as a combo box. In this combo box I display the available values from the table Transactiontype field Transactiondescription. This way when data is entered into the form there are preset values for this field as i.e. CHECK, PAYMENT, DEPOSIT, INTEREST, BANK CHARGES etc. So when the user enters information into this form he just selects from the combo box the precreated transactiontypes from the field Transactiondescription in the table Transactiontype. This portion is working well (meaning it properly displays the values of the field Transactiondescription from the table Transactiontype in the drop down box). All the information is written to the table CheckAct correctly with the exception that the field Transdescription is not populated with the value selected in the form field Transdescription combo box.
I assume it is just something simple.
Do I need an expression such as CheckActTransdescription = TransactiontypeTransactiondescription in order to populate the field CheckActTransdescription?
Thanks for the help
Mark
PS Since the field names were similar I used different colored fonts in this post to aid.
Table - CheckAct
Fields in table
EntryID
Date
Amount
Notes
Transdescription
Table - Transactiontype
Fields in table
TransID
Transactiondescription
(The table CheckAct has more fields than listed above but irrelavent to this question.)
My challenge is the following:
In designing the form for table CheckAct I have the field Transdescription as a combo box. In this combo box I display the available values from the table Transactiontype field Transactiondescription. This way when data is entered into the form there are preset values for this field as i.e. CHECK, PAYMENT, DEPOSIT, INTEREST, BANK CHARGES etc. So when the user enters information into this form he just selects from the combo box the precreated transactiontypes from the field Transactiondescription in the table Transactiontype. This portion is working well (meaning it properly displays the values of the field Transactiondescription from the table Transactiontype in the drop down box). All the information is written to the table CheckAct correctly with the exception that the field Transdescription is not populated with the value selected in the form field Transdescription combo box.
I assume it is just something simple.
Do I need an expression such as CheckActTransdescription = TransactiontypeTransactiondescription in order to populate the field CheckActTransdescription?
Thanks for the help
Mark
PS Since the field names were similar I used different colored fonts in this post to aid.