weird problem..

keybearer

Registered User.
Local time
Today, 17:20
Joined
Jul 7, 2003
Messages
41
hi.. i have a weird problem.. i have a table, in which there's a field named MbrName and others.. the problem is, the first record keeps on missing the data entered in that particular field.. i have to reenter the values again and after sometime, it'll disappear again! and it happens only to that record..
 
On a form?

Is it bound to a field in the underlying recordsource?
 
no, the data is missing in the table.. i'll try to explain more clearly.. i'm doing a contacts database.. there is about 1800 names and i have it sorted/filtered alphabetically. the problem is with the 1st filtered record, the MbrName keeps on dissappearing! I'm not sure how it happened but i think everytime i did some editing on the forms or in vba, it'll happen (i think..). I've read somewhere about the bookmark bug, and in the forms i did use the bookmark command.. could this have something to do with it..
i wish i could show it to you but since even i don't know how it happens exactly, theres really not much use..
 
key,

For a test, can you open the table (or the form), display the
record with the "missing" data, then stretch the field. There
is a chance that the data might have a leading carriage return
and just look like its not there.

Wayne
 

Users who are viewing this thread

Back
Top Bottom