B
bflotim
I have 3 tables, an employee info table, a table of various actions and
subactions and a transaction table that draws from the first 2 tables.
On a form that looks to create new records in the transactions table, I
select the employee that it affects drawing that info from the employees
table(no problem here), then I select an action from a combo box populated
from the actions table. Based on the selection in this combo box a 2nd combo
box is populated with related subactions (no problem here either).
Ultimately, what my transactions table consists of, is the current date, the
employee id #, and the action #. Each action record is made up of the action
#, action, subaction and a monetary amount. What I want to do is, based on
the selections in the Action combobox and the subactions combo box, I want to
display the monetary amount on the form and determine the action # of the
record to store in the transactions table.
Thanks for your help.
subactions and a transaction table that draws from the first 2 tables.
On a form that looks to create new records in the transactions table, I
select the employee that it affects drawing that info from the employees
table(no problem here), then I select an action from a combo box populated
from the actions table. Based on the selection in this combo box a 2nd combo
box is populated with related subactions (no problem here either).
Ultimately, what my transactions table consists of, is the current date, the
employee id #, and the action #. Each action record is made up of the action
#, action, subaction and a monetary amount. What I want to do is, based on
the selections in the Action combobox and the subactions combo box, I want to
display the monetary amount on the form and determine the action # of the
record to store in the transactions table.
Thanks for your help.