Access query/combo box

56 views Asked by At

I have three text fields in Microsoft Access. When the data is filled for all three fields it should autofill/populate another field. Is it possible to execute this and if so how?

1

There are 1 answers

1
John On

Given the info you provided you should use the AfterUpdate event to trigger your code.
In order to ensure proper data insertion on each text box you should include in your AfterUpdate a check if the other two textboxes have data besides the current. If all 3 textboxes have valid data then the autopopulate code should be executed