R
rickw
I have a db set up to provide our customers with information pertaining to
vehicle maintenance. I import data from another program into a table (VEH).
The only customer information this table has is coded. I have a query that
gathers data from this table and another table (ORG) giving cleartext
customer names to facilitate easier customer interaction. the ORG table has
the following fields:
ID NAME
j1 Johnson, Mark
In my import macro, I run a delete query to empty the VEH table, then import
from an ASCII file to repopulate the table. The macro only modifies the data
in the VEH table. However, whenever I open the nested form to view the data,
sometimes data is shown that doesn't belong. I check the ORG table, and
names have been moved around or duplicated under the wrong codes. This
doesn't appear to be a problem with the macro or any of the queries. Is
there something going on with Access 2007 I should be aware of? I used the
same file under 2003 and never had an issue.
Sorry for being so verbose, but wanted to get as much info as possible in to
help you help me. Thanks.
vehicle maintenance. I import data from another program into a table (VEH).
The only customer information this table has is coded. I have a query that
gathers data from this table and another table (ORG) giving cleartext
customer names to facilitate easier customer interaction. the ORG table has
the following fields:
ID NAME
j1 Johnson, Mark
In my import macro, I run a delete query to empty the VEH table, then import
from an ASCII file to repopulate the table. The macro only modifies the data
in the VEH table. However, whenever I open the nested form to view the data,
sometimes data is shown that doesn't belong. I check the ORG table, and
names have been moved around or duplicated under the wrong codes. This
doesn't appear to be a problem with the macro or any of the queries. Is
there something going on with Access 2007 I should be aware of? I used the
same file under 2003 and never had an issue.
Sorry for being so verbose, but wanted to get as much info as possible in to
help you help me. Thanks.