crashnburn99
Registered User.
- Local time
- Today, 01:03
- Joined
- Jan 16, 2013
- Messages
- 48
Good afternoon! I am working on a project that has 5 tables. The primary being the customers table and the rest being addresses, schedules, tenants, and unit info. I separated the address table because some of the clients have multiple addresses. Seeing how everything revolves around my customers table I have included a "CustomerID" field in every other table to link them to my customers primary key. I created a main form with a tab control, each tab contains a sub form of each table. I added some dummy info into the tables just to make sure everything would pull the way it is suppose to and it does. Here is the issue, whenever I enter in a new customer it never pulls the "CustomerID". So I will have all the information in the tables but it will not be linked together. I have checked the sub forms and made sure that the "Link Master Fields" and "Link Child Fields" are correct, they are. I am at a complete loss as to where to go from here. Any help would be greatly appreciated. If I left any needed info out let me know and I will post it. Thank you.