combo box problem

  • Thread starter nic ian via AccessMonster.com
  • Start date
N

nic ian via AccessMonster.com

hi
how do i get a combo box to update the data in my form when i select
somthing in it (in access 2003)?
 
N

Naresh Nichani MVP

Hi:

You may need to trap the AfterUpdate event on the Combo box and write some
VBA code.

Regards,

Naresh Nichani
Microsoft Access MVP
 
Top