
Originally Posted by
Bob Fitz
You can not select anything in the category combo box. The only selection made in the db is "Connection" which is actually selected by Access as the "Default Value".
Before concerning myself with this form I would suggest you look at some more basic things. You have twelve tables but only six have any relationship to another table? You are using look-ups in at least one of these tables (the one that your "non working" form is bound to for example) but I have seen them in others. Of perhaps less importance is using a consistent method for naming objects. You have used the "qry" prefix for your queries which is fine but you have used no prefix for table or form names so your forms all have the same name as a table.