Ok, getting closer to the source.....
I gave up and created a brand new form, exactly the same as the original, copying & pasting the controls and code behind the form. Tested this and all seemed fine and dandy...until I compacted the database and suddenly the fault re-appeared.
Basically the...
Thanks for the suggestion....Both databases are being "opened", and the settings under oprtions|Advanced is set to "Shared" on all (front end and back end files on all PCs).
I have narrowed it down to a problem with the form.
I can open two copies of the database (front and...
This may not be the best way of doing things, but it works...
Instead of haveing 4 forms, put them all on one form but use a Tab Control, with 5 questions on each tab. Put a button on each tab with the code:
DoCmd.GoToControl "NameOfControlOfFirstQuestionOnNextPage"
Similarly, you...
I have a back-end .mda file sitting on a network server, with a copy the front end application on each individual computer. Two people can open the database file at the same time, but they can't view the main form (based on a query) at the same time.
The second user just displays the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.