Hi Everyone, I am trying to create a form based on 4 tables.
The tables are :
SiteInfo Table
Contracter Table
Project Table
Purchase Table.
The relationships for these tables are as follows:
SiteInfo table is related to Contracter Table by the contracter id and it is also related to the Project table by the project id. The purchase table is related to the product table table by the project id.
Initially, I had only the first 3 tables (siteinfo, contracter, project ) and any forms I created using all these 3 tables together, there was not any problem. However, with the addition of the new purchase table, nothing appears in the form in the form view. Could any of u tell me what I might be doing wrong and how I could possibly go about solving it?
Any help would be greatly appreciated! Thanks![]()