RCheesley
Registered User.
- Local time
- Today, 22:59
- Joined
- Aug 12, 2008
- Messages
- 243
Hi folks,
I thought I'd got this one cracked but it doesn't seem to be working quite right.
What I have is a form where patients are entered, and then I have a button which I want to be able to click, and the following happen:
tbl_patientdetails - PK=PatientID
tbl_sampleinfo - PK=CaseID
PatientID is contained within tbl_sampleinfo and I have created a relationship between the two.
Database is attached if anyone can help?
Ruth
I thought I'd got this one cracked but it doesn't seem to be working quite right.
What I have is a form where patients are entered, and then I have a button which I want to be able to click, and the following happen:
- If there is an existing record, this is displayed (pref. in continuous form layout - I assume this is done via subform but not sure how!?), above this are the fields for entering a new record
- If there is no existing record, this is reported as such (i.e. No Record Found) and the fields for entering a new record are shown
tbl_patientdetails - PK=PatientID
tbl_sampleinfo - PK=CaseID
PatientID is contained within tbl_sampleinfo and I have created a relationship between the two.
Database is attached if anyone can help?
Ruth