Combo boxes stop working

D

dave

OK so heres what i'm doing i have a combo box in a form that looks up records
and display them in text boxes bound to other catergories in a table. I set
it up and it worked fine but i went back later to use it and while it still
lists all the options when i choose one it doesn't update the text boxes
anymore. Why does it stop working.
 
J

Joe Paterno

This happened to me when I changed the name of a form, query or table
that may be linked to your originating table. You may need to go back
into your original form and make sure your path names are correct.
 
Top