S
souris
I want to import a table in to my access table, but want to make sure to
import right information.
Is it possible to validate the primary key field in the source table using
VBA?
I tried to validate the primary key, but I do not know how to assign the
primary key value to my variable.
I tried a query to "SELECT P_FIELD FROM MYTABLE" to see are there any
records in the source table, but I do not know how to access the record
count of the result set.
Am I on the right track?
Any suggestions?
Your information is great appreciated,
Souris,
import right information.
Is it possible to validate the primary key field in the source table using
VBA?
I tried to validate the primary key, but I do not know how to assign the
primary key value to my variable.
I tried a query to "SELECT P_FIELD FROM MYTABLE" to see are there any
records in the source table, but I do not know how to access the record
count of the result set.
Am I on the right track?
Any suggestions?
Your information is great appreciated,
Souris,