srossbach,
Did you get any error message? if yes, then what it says? "Me" is a reserve word for current form, Me.Recalc means putting a command to recalculate every field in the current form.
Spikebears
it produces error or just displays nothing?
if the input box is in a subform, the syntax will be:
= [Forms]![myform]![mysubform]![myfield]
or you can do the other way round, add an AfterUpdate event onto the user input text box to post the input value to your display text box.
Private Sub...
Thanks for your help!
Those machines do not have Norton AntiVirus installed but the McAfee. I don't think McAfee includes the script blocking funtionality. Any other suggestions?
go to Expression Builder in the Properties of your text box and input (assume name of your form is Myform and name of the user input field is Myfield)
=[Forms]![Myform]![Myfield]
I have an access 2000 program that does not work properly in some PCs (but do work well in some machines). I got the following error message:
The Expression After Update you entered as the event property setting produced the following error:
A problem occurred while Microsoft Access was...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.