How can I return the ID for a newly appended record without using a LastRecord type function? I'm not even aware of exactly how this is done yet.
I feel if I request the ID of the last record added it could cause problems later down the line with multiple users and I would like something robust.
I have a complex form at the moment but I'd like to have a simple one that can add records to a number of tables and relate them accordingly.
There is in fact 5 tables I'd like to add data to in one go!
Any help much appreciated, thank you!
I feel if I request the ID of the last record added it could cause problems later down the line with multiple users and I would like something robust.
I have a complex form at the moment but I'd like to have a simple one that can add records to a number of tables and relate them accordingly.
There is in fact 5 tables I'd like to add data to in one go!
Any help much appreciated, thank you!