Hi all
Having had such great help from you guys in the past I'm hoping that someone could shed some light on this issue I've been unable to solve.
I have diluted my database down to the objects nescessary to establish the problem which I believe is a relationship/key issue. For your information though, the relationship should be one-to-one.
From the StudentInfo form you can open up the MedicalForm for that particular student. If a medical record has not already been started for them then it will ask you if you wish to create one. Once this is done the form should open up as normal with the relevant information and allow you to edit. However whenever the MedicalForm opens it opens blank.
After trying various things I thought I'd got it working by changing the table in which the FK was present and allowing a many-to-many relationship. However although this only changed the problem; the record could no longer be deleted.
Anyway, a rather long winded explanation. And apologies if it doesnt all make sense. If you just take a look at the database file though it should become clear what I mean.
Any help would be o so appreciated!
Having had such great help from you guys in the past I'm hoping that someone could shed some light on this issue I've been unable to solve.
I have diluted my database down to the objects nescessary to establish the problem which I believe is a relationship/key issue. For your information though, the relationship should be one-to-one.
From the StudentInfo form you can open up the MedicalForm for that particular student. If a medical record has not already been started for them then it will ask you if you wish to create one. Once this is done the form should open up as normal with the relevant information and allow you to edit. However whenever the MedicalForm opens it opens blank.
After trying various things I thought I'd got it working by changing the table in which the FK was present and allowing a many-to-many relationship. However although this only changed the problem; the record could no longer be deleted.
Anyway, a rather long winded explanation. And apologies if it doesnt all make sense. If you just take a look at the database file though it should become clear what I mean.
Any help would be o so appreciated!
Comment