Is this possible on the same form?
I have a combo box which, when a part number is selected fills in 5 other text boxes in the After Update event like..
Me.rev = Me.partnumber.Column(2) etc.
I want to use the same form to add new records, have my "not in list" code working on my main field "partnumber" but, since I have the above in my After Update event, it's looking for all of the other fields which obviously are not entered in yet?
Do I need to create another form just for adding new records? I'd like to avoid that if possible.
Thanks!
I have a combo box which, when a part number is selected fills in 5 other text boxes in the After Update event like..
Me.rev = Me.partnumber.Column(2) etc.
I want to use the same form to add new records, have my "not in list" code working on my main field "partnumber" but, since I have the above in my After Update event, it's looking for all of the other fields which obviously are not entered in yet?
Do I need to create another form just for adding new records? I'd like to avoid that if possible.
Thanks!