T
Thomas Kroljic
Over the last few months I've been receiving the #ERROR error in all my data
entry fields within a subform along with a message box stating that the
"Bookmark Invalid". This happens enough that it is not only a problem, but I
am becoming extremely embarassed that I can not resolve the problem.
I have a form (frmSales) that contains a subform (subOrderlst). Typical
header/detail type of form.
The subform as a field called OrderPrice in the Form Footer section that
summarizes one of the columns (=Sum([ExtentedPrice])).
On the main form I have a field called txt_subTotal_1 that references the
the value in OrderPrice field on the subform as follows:
(=IIf(IsNull(subOrderlst.Form!orderprice),[Txt_DC]+[txt_TuningCharge]+[txt_d
isposalcharge],subOrderlst.Form!orderprice+[Txt_DC]+[txt_TuningCharge]+[txt_
disposalcharge]))
What confuses me about receiving this #ERROR problem is when the user gets
this problem. The #ERROR shows up in all of the subform fields only after
the user completes the line item in the subform and then enters data in a
field on the main form.
It appears that the user is able to first add a new line item in the
subform. Then when the user moves to a field on the main form, either by
clicking into that field or by pressing the tab/enter key until the cursor
moves from the subform to the next field on the main form.
So, now we have the user sitting in the next available field on the main
form. A record in the subform was entered. Now the user enters a value in
the field on the main form and attempts to move to the next field by
pressing the enter key. This is when the #ERROR error shows up in all the
fields in the subform.
Any suggestions?
I'm using Access 2000 within a Terminal Services environment on a W2K
server.
Oh yea. What I do to get the user out of this is: first I clear the
"Bookmark Invalid" message box. Next I right click on the form so I can get
it into design mode. Once in design mode, I close the form and back
completely out of the Access session. I then go back into the frmSales form
and open up the appropriate record. Surprisingly, the detail record is
there. With all its proper data. This also confuses me.
Any suggestions would be welcomed.
Thank you,
Thomas j. Kroljic
entry fields within a subform along with a message box stating that the
"Bookmark Invalid". This happens enough that it is not only a problem, but I
am becoming extremely embarassed that I can not resolve the problem.
I have a form (frmSales) that contains a subform (subOrderlst). Typical
header/detail type of form.
The subform as a field called OrderPrice in the Form Footer section that
summarizes one of the columns (=Sum([ExtentedPrice])).
On the main form I have a field called txt_subTotal_1 that references the
the value in OrderPrice field on the subform as follows:
(=IIf(IsNull(subOrderlst.Form!orderprice),[Txt_DC]+[txt_TuningCharge]+[txt_d
isposalcharge],subOrderlst.Form!orderprice+[Txt_DC]+[txt_TuningCharge]+[txt_
disposalcharge]))
What confuses me about receiving this #ERROR problem is when the user gets
this problem. The #ERROR shows up in all of the subform fields only after
the user completes the line item in the subform and then enters data in a
field on the main form.
It appears that the user is able to first add a new line item in the
subform. Then when the user moves to a field on the main form, either by
clicking into that field or by pressing the tab/enter key until the cursor
moves from the subform to the next field on the main form.
So, now we have the user sitting in the next available field on the main
form. A record in the subform was entered. Now the user enters a value in
the field on the main form and attempts to move to the next field by
pressing the enter key. This is when the #ERROR error shows up in all the
fields in the subform.
Any suggestions?
I'm using Access 2000 within a Terminal Services environment on a W2K
server.
Oh yea. What I do to get the user out of this is: first I clear the
"Bookmark Invalid" message box. Next I right click on the form so I can get
it into design mode. Once in design mode, I close the form and back
completely out of the Access session. I then go back into the frmSales form
and open up the appropriate record. Surprisingly, the detail record is
there. With all its proper data. This also confuses me.
Any suggestions would be welcomed.
Thank you,
Thomas j. Kroljic