S
Steve Clark
Sorry if this has been addressed before, but I can't find a good reference
for what I'm trying to do.
I'm trying to figure out the "best" way to design and code a windows app.
that allows a user to enter data that will be stored in two related tables
in an Access 2000 database. (ya-ya, I know, use SQL Server...can't right
now).
I've got a grid bound to a typed Data Set. The DS contains two tables
Orders and Items, related by a unique Order ID. Users select a grid row and
the all the data for the cooresponding record is displayed on a data entry
form (unbound) for viewing and/or editing. I'm having problems updating and
deleting child records in the database. Parent rows work OK. I feel like
I'm missing something basic in the handling of Data Sets during updates and
can't find any examples of the best way to handle updates of parent/child
tables using Access. Can someone point me to a good explaination? TIA.
Steve
for what I'm trying to do.
I'm trying to figure out the "best" way to design and code a windows app.
that allows a user to enter data that will be stored in two related tables
in an Access 2000 database. (ya-ya, I know, use SQL Server...can't right
now).
I've got a grid bound to a typed Data Set. The DS contains two tables
Orders and Items, related by a unique Order ID. Users select a grid row and
the all the data for the cooresponding record is displayed on a data entry
form (unbound) for viewing and/or editing. I'm having problems updating and
deleting child records in the database. Parent rows work OK. I feel like
I'm missing something basic in the handling of Data Sets during updates and
can't find any examples of the best way to handle updates of parent/child
tables using Access. Can someone point me to a good explaination? TIA.
Steve