Click here to Skip to main content
15,884,099 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
According to the bussiness logic, I succeed to select all data in access and present on webform.But now I have a problem that how to update the data in the databae which refer to at least three tables.The designed colunms is below:
NEWS:
ID(pk) TITLE DES
AUTHOR:
ID(pk) Name Age Sex
PUBLISH:
ID(pk) Date Note NEWS_ID AUTHOR_ID

Can anybody help me? Thanks first.
Posted

1 solution

What is the issue you are facing here?

Update the tables 1-by-1.
First update the data to table1, and then to table 2 and then to table 3.

Nothing complex. Instead of one update query, there will be 3 now.
 
Share this answer
 

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