A
Access Sortof Newb
Good morning,
I think this problem has an easy solution, because I can't find any
other conversation related to it.
I have a form, frmPackingListCreator and it has a subform sfrmDetails
for the details of the packing list. I don't want the tables
tblPackingList and tblPackingListDetails to be updated real time, so I
left the form unbound and made the subform reference a temporary table.
Then, when all the data is entered, the user clicks the "create packing
list" and the proper tables are updated through DAO procedures. Great.
That works fine, albeit sloppy. I was wondering if there is a cleaner
way to perform this same routine or if the use of a temporary table on
the subform is all that can be done (since the subform has to be
continuous to allow for multiple record entries).
Thanks for the help
Tim
I think this problem has an easy solution, because I can't find any
other conversation related to it.
I have a form, frmPackingListCreator and it has a subform sfrmDetails
for the details of the packing list. I don't want the tables
tblPackingList and tblPackingListDetails to be updated real time, so I
left the form unbound and made the subform reference a temporary table.
Then, when all the data is entered, the user clicks the "create packing
list" and the proper tables are updated through DAO procedures. Great.
That works fine, albeit sloppy. I was wondering if there is a cleaner
way to perform this same routine or if the use of a temporary table on
the subform is all that can be done (since the subform has to be
continuous to allow for multiple record entries).
Thanks for the help
Tim
