I have several tables that pull data in form of a query in their properties. They pull the name information just fine and I have a Criteria in their to only show the names that are active.
From that I have made forms and they pull the data up correctly and print the reports just fine. The problem comes in when I want to load the data. I have another form for each of the forms to load the data.
The Loading forms use a query to check for the Active Names and then a GO button when they have selected the name. It SUPPOSED to load the form and all the assoicated records with that name however all I get is a blank form.
I have checked the table relationships and I don't know what else to do.
From that I have made forms and they pull the data up correctly and print the reports just fine. The problem comes in when I want to load the data. I have another form for each of the forms to load the data.
The Loading forms use a query to check for the Active Names and then a GO button when they have selected the name. It SUPPOSED to load the form and all the assoicated records with that name however all I get is a blank form.
I have checked the table relationships and I don't know what else to do.