G
Guest
I have this strange problem:
I created a form based on a query of (SQL Server) using an .ADP file.
It works great for adding, editing and deleting records.
The problem starts when I try to open an existing record using the "Where" condition on the "docmd.OpenForm " command.
It works OK for a few days, and then won't work again. it opens an empty form (I see all controls with no values)
The most strange thing is when I'm creating a new form and just copy all controls to the new form (and the code module also) with no changes - the new form works like it should.
but then again - for a few days only.
This situation is very fraustrating and I cannot implement this simple form.
I even tried decompiling the file - didn't work.
Any great ideas ?
Daniel
I created a form based on a query of (SQL Server) using an .ADP file.
It works great for adding, editing and deleting records.
The problem starts when I try to open an existing record using the "Where" condition on the "docmd.OpenForm " command.
It works OK for a few days, and then won't work again. it opens an empty form (I see all controls with no values)
The most strange thing is when I'm creating a new form and just copy all controls to the new form (and the code module also) with no changes - the new form works like it should.
but then again - for a few days only.
This situation is very fraustrating and I cannot implement this simple form.
I even tried decompiling the file - didn't work.
Any great ideas ?
Daniel