postermmxvicom
Programmer
I have an append query that adds one record. I have a form which calls that query. I would like to reference the record that is made by the append query.
Currently, I am using DLookUp to find the matching record, but this concerns me. What if my logic for the DLookUp gets broken by some unforseen possibility (since my knowlege of access is limited, the unforseen is pretty large). I would feel better if I could somehow get my append query to pass along the primary key of the record for use by other forms/queries.
The specific problem I am tackling right now is duplicating a record in a table and records linked to it in another table (with minor changes) - for new entries based off old entries.
One last thing: Sometimes I wonder; "Is that someone's signature? Or do they type that at the end of each post?
Currently, I am using DLookUp to find the matching record, but this concerns me. What if my logic for the DLookUp gets broken by some unforseen possibility (since my knowlege of access is limited, the unforseen is pretty large). I would feel better if I could somehow get my append query to pass along the primary key of the record for use by other forms/queries.
The specific problem I am tackling right now is duplicating a record in a table and records linked to it in another table (with minor changes) - for new entries based off old entries.
One last thing: Sometimes I wonder; "Is that someone's signature? Or do they type that at the end of each post?