I have a data entry form with your standard fields: FName, LName, Address 1, Address 2, City, State, Zip and so on. Quite often, the data in the database changes. For example:
Record 1
FName: Joe
LName: Smith
Address 1: 123 Main Street
City: New Youk
State: NY
Zip: 12212
Record 2
FName: Shirley
LName: Jones
Address 1: 121 Broward Blvd.
City: Ft. Lauderdale
State: FL
Zip: 33308
Now, quite frequently, when accessing the data from the form or looking right at the table, some fields seem to copy themselves to a respective field of another record. Like so:
Record 1 may now say:
FName: Joe
LName: Jones
Address 1: 123 Main Street
City: Ft. Lauderdale
State: NY
Zip: 12212
This seems to be happening alot. Any ideas on why it won't maintain it's integrity? This happens enough to become a real issue. It changes unpredictably. Sometimes it does it new data entered, other times it does this to data which has been in the database for a while. I have noticed that it usually does it(changes) to the first record in the database.
Is there a patch for this?
HELP PLEASE!!
Record 1
FName: Joe
LName: Smith
Address 1: 123 Main Street
City: New Youk
State: NY
Zip: 12212
Record 2
FName: Shirley
LName: Jones
Address 1: 121 Broward Blvd.
City: Ft. Lauderdale
State: FL
Zip: 33308
Now, quite frequently, when accessing the data from the form or looking right at the table, some fields seem to copy themselves to a respective field of another record. Like so:
Record 1 may now say:
FName: Joe
LName: Jones
Address 1: 123 Main Street
City: Ft. Lauderdale
State: NY
Zip: 12212
This seems to be happening alot. Any ideas on why it won't maintain it's integrity? This happens enough to become a real issue. It changes unpredictably. Sometimes it does it new data entered, other times it does this to data which has been in the database for a while. I have noticed that it usually does it(changes) to the first record in the database.
Is there a patch for this?
HELP PLEASE!!