W whojstall11 Registered User. Local time Today, 11:05 Joined Sep 7, 2011 Messages 94 Sep 7, 2011 #1 My subform it wont let me enter in multiple data im pretty sure its many to many but not sure how to change it. Attachments NewMeds.mdb NewMeds.mdb 428 KB · Views: 71
My subform it wont let me enter in multiple data im pretty sure its many to many but not sure how to change it.
boblarson Smeghead Local time Today, 11:05 Joined Jan 12, 2001 Messages 32,059 Sep 7, 2011 #2 I wouldn't use TEXT for my primary key and foreign keys, but since you are - you need to make these changes. Your relationships are honked. They currently look like this: You do not link all of the fields to the MRN. Second, your MEDICATIONS table is messed up. Then you fix your relationships: Attachments whojstall11_01.png 31.2 KB · Views: 205 whojstall11_02.png 11.7 KB · Views: 204 whojstall11_03.png 26.7 KB · Views: 196 whojstall11_04.png 8.8 KB · Views: 203
I wouldn't use TEXT for my primary key and foreign keys, but since you are - you need to make these changes. Your relationships are honked. They currently look like this: You do not link all of the fields to the MRN. Second, your MEDICATIONS table is messed up. Then you fix your relationships:
W whojstall11 Registered User. Local time Today, 11:05 Joined Sep 7, 2011 Messages 94 Sep 7, 2011 #3 Omgggggggggggggggg thank you