B
Bryan in Bakersfield
I am having a occasional problem with records that will show up on the form
but then the data from the table will change to #DELETED. I know that this
is supposed to mean that the record was deleted from the table but that is
not the case. The table that the form is running on has an Autonumber field
and no records are missing.
The form runs off of a select query for the table:
SELECT DailyCallFile.CallID, DailyCallFile.SSN, DailyCallFile.TimeZone,
DailyCallFile.CallDate, DailyCallFile.CallType, DailyCallFile.DateWorked,
DailyCallFile.User, DailyCallFile.Result, DailyCallFile.Status,
DailyCallFile.Comments
FROM DailyCallFile;
But it's just a SELECT query with no Joins or WHERE, so this shouldn't be
the problem. The Allow Filters and Allow Deletions are both set to No also
and the Data Mode is not set when opening the form.
It only happens about 1 of every 5000 records worked for various users. Can
anyone give me an idea of why this is happening so I can try to correct it?
but then the data from the table will change to #DELETED. I know that this
is supposed to mean that the record was deleted from the table but that is
not the case. The table that the form is running on has an Autonumber field
and no records are missing.
The form runs off of a select query for the table:
SELECT DailyCallFile.CallID, DailyCallFile.SSN, DailyCallFile.TimeZone,
DailyCallFile.CallDate, DailyCallFile.CallType, DailyCallFile.DateWorked,
DailyCallFile.User, DailyCallFile.Result, DailyCallFile.Status,
DailyCallFile.Comments
FROM DailyCallFile;
But it's just a SELECT query with no Joins or WHERE, so this shouldn't be
the problem. The Allow Filters and Allow Deletions are both set to No also
and the Data Mode is not set when opening the form.
It only happens about 1 of every 5000 records worked for various users. Can
anyone give me an idea of why this is happening so I can try to correct it?