S
scorpion53061
Up till now I have used the VS Wizard to generate my update statments for my
vb.net windows apps. I had only updated one table at a time so everything
was fine.
Now I am in a situation where i need to do a multiple table(2) query and be
able to add, remove , update. Either that or repeat all the columns of the
one in the other table and update both all the time. I just think that is
probably not the way to go. The two tables share a "job number" and a
"jobshipto" in common. The big difference is one has the items for the job
the other has the addresses and vital statistics and such.
To be honest I am not sure where to begin.
If there is a online tutorial about this I would be greatful.
I am deaing with an access database.
vb.net windows apps. I had only updated one table at a time so everything
was fine.
Now I am in a situation where i need to do a multiple table(2) query and be
able to add, remove , update. Either that or repeat all the columns of the
one in the other table and update both all the time. I just think that is
probably not the way to go. The two tables share a "job number" and a
"jobshipto" in common. The big difference is one has the items for the job
the other has the addresses and vital statistics and such.
To be honest I am not sure where to begin.
If there is a online tutorial about this I would be greatful.
I am deaing with an access database.