Can't type in form anymore

sbuckingham25

Registered User.
Local time
Yesterday, 22:24
Joined
Jun 12, 2008
Messages
27
I don't know what happened. I changed the relationships in my query attached to my form because I was getting a "one to many" error when I selected from a list box.

I changed the relationship to go from "ID" to "ID" and now I can't type in the form at all.

Help!!
 
You probably joined two autonumbers - that can't happen.
 
Now I can type inthe form, but can't select anything in any of my list boxes. ????
 
You have a join on a column that is Number in one table and text in the other (TechID). You need to fix that.

Probably not related to your immediate problem but this database is not normalized. It really may not matter, depending on what the system does.
 

Users who are viewing this thread

Back
Top Bottom