Sorry but I disagree, having code in the unload event of the form that saves that unique ID in a local settings tables would also work (and the local...
Your database is a Web database. Web databases were introduced with Access 2010 with the intent of allowing Access databases to be published on-line,...
Yes, when you open the form using the Where clause of the Docmd.OpenForm method it opens the form filtered to that record. But that was not what the...
The only way you can pinpoint the record you worked on last is to date/time stamp it because by that definition, it could be anywhere between record...
sorry, i can't do that. Consider in first that the "id" field is not unique (i'll add a one later) and it a unique code for the person, so i can join...
I have an Access database with some 50,000 aircraft records in it - the records need updating on a random basis as more information comes to hand. I...
You also need to remove the comma after TotalItems and add a space at the end of line 2. In my opinion its better to put the spaces at the start of a...