Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am developing an application which i need to maintain data for customers in different tables in Access database. The field i use: PartID, PartyName, Receiving Amount Date, Amount Received etc...

Now i want to save the same data in other table too. I don't make any primary or foreign key in my table, PartyID is unique, once the ParttID has been assigned to the customers it will never be assigned to other party as wel.
Posted
Comments
hansoctantan 3-Oct-13 6:33am    
what reference are you using?
When I'm saving data with multiple table I use this
DBCon.Execute(sql)

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900