Subform troubles

whojstall11

Registered User.
Local time
Today, 11:05
Joined
Sep 7, 2011
Messages
94
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

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:
attachment.php



You do not link all of the fields to the MRN.

Second, your MEDICATIONS table is messed up.
attachment.php


Then you fix your relationships:

attachment.php


attachment.php
 

Attachments

  • whojstall11_01.png
    whojstall11_01.png
    31.2 KB · Views: 205
  • whojstall11_02.png
    whojstall11_02.png
    11.7 KB · Views: 204
  • whojstall11_03.png
    whojstall11_03.png
    26.7 KB · Views: 196
  • whojstall11_04.png
    whojstall11_04.png
    8.8 KB · Views: 203
Omgggggggggggggggg thank you
 

Users who are viewing this thread

Back
Top Bottom