My Problem:
I have created a database here at work that is exhibiting some very
strange behaviour.
Essentially the database is structured in a manner where one table is
a master record table (tbl_MainRegister) providing a unique identifier
for documents and a means for identifying the docuement type. There
are then 4 additional tables (tbl_Meetings, tbl_Documents,
tbl_Project, tbl_Correspondence) which store the document details.
There is one form for each table and the docuement detail forms are
bound forms.
The problem I am having is where a record is selected on the main form
(details are in tbl_document) and then edited in the bound form, on
returning to the main form the previous document of that specific type
is displayed. When the user returns to the docuement form he finds
that the system edited the previous record and not the record
displayed in the form. This was only occuring on a switch back to the
main form using the button provided.
Now this problem is occuring when the user selects the previous record
navigation button on the form. I have been unable to replicate this
problem consistently as it works as intended on my machine and on
several others.
How can I fix this?
Regards
Steve