Hi,
I have a Orders and OrderDetails form for data entry.
I know how to design parent child forms, but the problem here is that I want the user to add all the child records and then hit a "done" button. Then I will add the parent record and loop through the child records and add them to the child table.
My question:
With Access 2000 adp, is there any way to add records to a recordset? somthing like a temp table or a memory table on the client?
I've read about ado.net and datasets, is there anything in ADO that can do the same.
I've got around similar problems with bounding controls to a temp table on sql server, but that is very dificult and gives lots of error if there is a problem with the connection.
Thanks for your help
I have a Orders and OrderDetails form for data entry.
I know how to design parent child forms, but the problem here is that I want the user to add all the child records and then hit a "done" button. Then I will add the parent record and loop through the child records and add them to the child table.
My question:
With Access 2000 adp, is there any way to add records to a recordset? somthing like a temp table or a memory table on the client?
I've read about ado.net and datasets, is there anything in ADO that can do the same.
I've got around similar problems with bounding controls to a temp table on sql server, but that is very dificult and gives lots of error if there is a problem with the connection.
Thanks for your help