View Single Post
  #6  
Old June 22nd, 2004, 01:55 PM
external usenet poster
 
Posts: n/a
Default Understanding a combo box filling another table's field

Ahhh. The bound column in the Property box handles the
storage, right? And (at least in Access 2002) there's no
way to bind more than one column in a table. That's why
we add an Event Procedure, no? Which is a whole other
question!

-----Original Message-----
I created a combo box on a ZIP Code table within a
Contact Information form. I used the wizard to set it

up
so that when I select a ZIP Code from the combo box
(which displays ZIP Code, City, State from the ZIP Code
table), the combo box stores the ZIP code in the Contact
Information field.

I've looked for code to see how this happens, but can
find none nor is there anything in the Property box that
would make this happen.

Can anyone explain the mechanism here?

Thanks.
.