This should be basic, but I reinvent the wheel each time:
I have incidents and patients, tblIncident and tblPatient
Linked via a query with PatientID the PK, serving as a FK in Incidents, I want to have a form frmIncidentNew whereby I add a new Patient to tblPatients in a subform, then go directly to add the new Incident, linked to the new Patient.
Is that so difficult? I've been using an intermediate form, but it should not be necessary, I think.
Tnx,
Tom
I have incidents and patients, tblIncident and tblPatient
Linked via a query with PatientID the PK, serving as a FK in Incidents, I want to have a form frmIncidentNew whereby I add a new Patient to tblPatients in a subform, then go directly to add the new Incident, linked to the new Patient.
Is that so difficult? I've been using an intermediate form, but it should not be necessary, I think.
Tnx,
Tom