R
Rance
In my app, I create a new record in a table then
immediately do a DLookUp on that record to get the primary
key (which is an AutoNumber data type) so that I can pass
that value to a function. Intermitently, the Dlookup fails
even though the record was created.
What can I do to make sure that I will always be able to
get the value of the primary key on the record just
created?
immediately do a DLookUp on that record to get the primary
key (which is an AutoNumber data type) so that I can pass
that value to a function. Intermitently, the Dlookup fails
even though the record was created.
What can I do to make sure that I will always be able to
get the value of the primary key on the record just
created?