Update one field automatically based on whatever is entered in another field

Status
Not open for further replies.

Abeetan

Member
Local time
Today, 08:24
Joined
Nov 30, 2021
Messages
39
Hello,

How can I update a field automatically based on whatever is entered in another field? See the Image attached, please
2022-01-03.png
 
Make the source of the archive field = to that of the Outgoing. Or write it in on Outgoings AfterUpdate Event .
Then write the archive data permanently from your [Save] button's event.
 
in VBA On the after update event of tbloutgoingpo.purchaseorder

enter the following
me.tblarchivePO.purchaseordernumber=me.tbloutgoingpo.purchaseorder
 
Why do you re-post your question?
We are all impatient seems like, but by doing this you will dilute the number of posters and their attention...
Have you tried the suggestions offered in your original post? If not, why not continue in there?

Cheers,
 
Status
Not open for further replies.

Users who are viewing this thread

Back
Top Bottom