Lists Boxs

T

Tara_Casson

I have made a list box in my form, but i can not figure out why when i fill
the information in on the form (In the list box) that when i go into my table
everything else has transfered into the table except the list box information.
 
J

Jeff Boyce

A list box control in a form lists multiple related values (the "many" in a
one-to-many relationship).

It would be a highly unusual Access table that (appeared to) stores many
related values in a single field (unless you are working with the very
latest version of Access ('07).

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
T

Tara_Casson

No i Haven't done that how would i do that?

Daniel said:
Tara,

Have you assigned a Field as a 'Control Source' for the list box so it
stores the information in the table?

Daniel
 
Top