I am using access 2000 and I have an unbound calculated feild that I want to copy into a table.
I have created a bound textbox to the table and feild the data should reside in. I have tried the following code on the after update event.
Me!WMS = Me!Text3
Text3 is the calculated feild and wms is the bound text box. I would swear I have done this before and it worked but now I can't get it to do a thing. What am I forgetting? Zorro
I have created a bound textbox to the table and feild the data should reside in. I have tried the following code on the after update event.
Me!WMS = Me!Text3
Text3 is the calculated feild and wms is the bound text box. I would swear I have done this before and it worked but now I can't get it to do a thing. What am I forgetting? Zorro