MkTbl query not recognizing appended data

Stacey

Registered User.
Local time
Yesterday, 19:08
Joined
Sep 10, 2002
Messages
84
Hello.
I have a macro that runs a select query to pull back all group data from an outside database. The next step is a find unmatched query using the data pulled back from the select query against a table I want the data appended to. Next step, append the data retrieved with the find unmatched query. This is all working fine.

Here is where the problem starts. I have a form that is used to fill in the missing data on the records that were just appended. From there, another form is used to keep track of dates, etc. From this form, there is a button that runs a Make Table query, using the Group Number field on the form as criteria. If the form is displaying a Group Number of a record that was manually entered into the database, it creates the table with no problem. If the form is displaying the Group Number of an appended record, I get a blank table.

I have deleted the group number data in the table that was appended to and reentered the data manually. I have searched the forum, I have called my help desk. I'm beating my head against the wall at this point.
 
In the button function, could you dim a variable, set the variable to = the group number on the form and then use the variable as a criteria, I know it shouldn't matter but..maybe?
 

Users who are viewing this thread

Back
Top Bottom