Hi,
I have new forms that a user just started using. She is having problems with data from a prior record popping onto the current form. Here are the details:
It is a main form with a subform (continuous). Main Form's recordsource is a query off tblHeader, subform's recordsource is query off tblDetail.
She is updating tblDetail records via the subform. Intermittently, here's the problem that happens:
she is in the process of an 'addnew' detail record on the subform, then at some point, notices that one field on the subform actually contains values from a detail record she had been editing awhile ago!!! (not sure how many records back). This 'older' data has literally popped back on the screen.
I suspect it's a problem with the forms, not with actual data stored on the tables, by what I have been able to check. I can't replicate this problem.
If it matters at all, I am using Access 2003, SQL Server 2000, and the field where the data is popping up is a field called Comments, which is an nvarchar field of length 200.
As I write this, I am realizing: both the form and the subform have Comments fields on their record source Queries, one from tblHeader, one from tblDetail. I call one 'txtComments', the other Comments, on their forms. In addition, subform has 'HdrComments' field, which comes from tblHeader.
Could all this be causing a problem? Am I not properly identifying the fields?
Any advice?
Thanks so much in advance,
Lori
I have new forms that a user just started using. She is having problems with data from a prior record popping onto the current form. Here are the details:
It is a main form with a subform (continuous). Main Form's recordsource is a query off tblHeader, subform's recordsource is query off tblDetail.
She is updating tblDetail records via the subform. Intermittently, here's the problem that happens:
she is in the process of an 'addnew' detail record on the subform, then at some point, notices that one field on the subform actually contains values from a detail record she had been editing awhile ago!!! (not sure how many records back). This 'older' data has literally popped back on the screen.
I suspect it's a problem with the forms, not with actual data stored on the tables, by what I have been able to check. I can't replicate this problem.
If it matters at all, I am using Access 2003, SQL Server 2000, and the field where the data is popping up is a field called Comments, which is an nvarchar field of length 200.
As I write this, I am realizing: both the form and the subform have Comments fields on their record source Queries, one from tblHeader, one from tblDetail. I call one 'txtComments', the other Comments, on their forms. In addition, subform has 'HdrComments' field, which comes from tblHeader.
Could all this be causing a problem? Am I not properly identifying the fields?
Any advice?
Thanks so much in advance,
Lori