A
alathwell
I have a databse that genrates quotations and consists of a mian form and
several tabbed subforms. The user base needs to be able to copy the
quotation. I currently do this in what I consider not particularly smart way.
In VB I basically run the copy command for the main forms data then using a
querydef recordset to loop through the other related records from the related
tables. In the loop I create a new repord and copy every field into the new
record. It does work but I am not happy with this approach. I would like an
more articlulate way of doing this. What the user wants is to view the copied
version immedioately the copy is completed.
Any suggestions would be appreciated.
Regards
alalthwell
several tabbed subforms. The user base needs to be able to copy the
quotation. I currently do this in what I consider not particularly smart way.
In VB I basically run the copy command for the main forms data then using a
querydef recordset to loop through the other related records from the related
tables. In the loop I create a new repord and copy every field into the new
record. It does work but I am not happy with this approach. I would like an
more articlulate way of doing this. What the user wants is to view the copied
version immedioately the copy is completed.
Any suggestions would be appreciated.
Regards
alalthwell