S
sg
I have a form with combo box named "Account". I like to choose account from
the list and at the same time it will update all other information like
address etc. So I added code in the after update event
private sub account_afterupdate()
Me!account.Requery
end sub
When I go back to form, try to choose one from the list, nothing responsed.
The list is still there, I cannot make any choice.
I need help.
Thanks,
Sarah
the list and at the same time it will update all other information like
address etc. So I added code in the after update event
private sub account_afterupdate()
Me!account.Requery
end sub
When I go back to form, try to choose one from the list, nothing responsed.
The list is still there, I cannot make any choice.
I need help.
Thanks,
Sarah