S
sexton75 via AccessMonster.com
I have a Sales Branch Audit database in development. I have all sales branch
information contained in a separate table (i.e. address, city, state, etc.).
The Audit Form (which populates Tbl_Audit) uses a combo box allowing the user
to select the branch being audited. That value is placed in the SBID field
in the audit table. Once that is done, it pulls up all of the sales branch
information in an embedded subform which is based on a query. When the
"Complete Audit" button is pressed, I would like it to copy the address, city,
state, and zip from the Tbl_Salesbranch and put it into the corresponding
fields in Tbl_Audit. I need the current location to be recorded in the audit,
because branch addresses change over time.
I initially had the address, city, state, and zip populate on the main form
when the branch was selected, but prefered the look of the subform better.
Is it possible to do what I am looking for, or do I need to go back to the
way I had it?
information contained in a separate table (i.e. address, city, state, etc.).
The Audit Form (which populates Tbl_Audit) uses a combo box allowing the user
to select the branch being audited. That value is placed in the SBID field
in the audit table. Once that is done, it pulls up all of the sales branch
information in an embedded subform which is based on a query. When the
"Complete Audit" button is pressed, I would like it to copy the address, city,
state, and zip from the Tbl_Salesbranch and put it into the corresponding
fields in Tbl_Audit. I need the current location to be recorded in the audit,
because branch addresses change over time.
I initially had the address, city, state, and zip populate on the main form
when the branch was selected, but prefered the look of the subform better.
Is it possible to do what I am looking for, or do I need to go back to the
way I had it?