Click here to Skip to main content
15,893,904 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can I connect two Access tables and do a search from both of them.
For example suppose one table is of Student Registration and other is of marks entry. So How can I bound the registration entry and marks entry together. So when i do a search it will return the result based on that Student ID from both the tables....................................Thanks

My website :
Posted

1 solution

Try creating join query and bind the query to a dataset.

Return the dataset to the view and make search on it.
 
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