Combo box

  • Thread starter Thread starter sg
  • Start date Start date
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
 
Hi,
I figured it out. Because I set this form not allowed edit, add. I changed
it and it works now.
Sarah
 
Back
Top