
Originally Posted by
June7
I removed your file from post because some of the personal info (address, phone, email) looked real. If they weren't, can reattach file.
I understand sequence of events and decision paths. Starting every intake sequence with the same task is easy enough, after that what do you want? If each intake can follow a different process, how much can be automated? Present user with a series of screens to respond to depending on response in previous screen - like checking in for a flight at the airport or withdrawing cash at an ATM?
Opening AppointmentsVitalsF form triggers "RecordSource does not exist" error.
Opening PatientIntakeF triggers "The form name 'Table1' is misspelled..." error.
Closing IntakeQuestionsF triggers "Unknown function 'Date'" error.
IntakeQuestionQ query is joining IntakeQuestionsT and PatientsT tables on primary keys. This means a one-to-one relationship. Will every patient have a related IntakeQuestionsT record and only one? Then might as well be just one table.