Re: Populating a record on different forms

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



On Fri, 3 Nov 2006 15:26:02 -0800, Ramtin
<Ramtin@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:

I have created 7 tables and I defined a primary key which is similar in all
tables, my primary key is Medical record number of patients which is specific
for each person and I can make queries based on this number( If I made a
mistake please give me the hint) when database is complete. so I made forms
according to these tables, now what I am trying to do is just asking the
users to enter this number once so it is automatically appears on following
forms until all data entered.

I have one more question: How I can make a command button perform 3
different task with a click( save and close the current form and open the
following form). it seems every button just do one command.

How do these seven tables differ? It would be EXTREMELY unusual to
have seven tables all with the same Primary Key. This would mean that
each patient would have one, and only one, record in each table.
Surely in a medical records application each patient might have
multiple Diagnoses, Visits, attending physicians, and so on? If so,
then you should have the PatientID as a *foreign* key - a linking
field, not the primary key - in multiple tables; but you would not
need or want to create "placeholder" records with just the patientID
in these tables.


John W. Vinson[MVP]
.



Relevant Pages

  • by Eric Skjei. The mythical medical record.
    ... relational database and the longitudinal patient record. ... The mythical medical record ... The net result, of course, is that frustrated clinicians ... open computing environment in health care. ...
    (sci.med.informatics)
  • RE: COMBOBOX - RECORDS IN TABLE
    ... The reason I suggest autoform and the various wizards is that it will let you ... you could base it on TDoentes or on a separate query. ... TblConsultas stores the primary key for that ... find the patient whose name is associated with that unique primary key. ...
    (microsoft.public.access.gettingstarted)
  • Re: Create related records with both fixed and variable fields
    ... I want to have a database for medical office where every patient will ... Mushabab Al-Murayeh, MD ... This primary key field is for use in relationships to ... A single underscore at the front of the field name will make it sort ...
    (comp.databases.filemaker)
  • Re: ACC: How to Display Line Numbers on Subform Records
    ... If you do not have a primary key, ... every sub-form record which is clearly not appropriate to this applicaiton. ... has patient specific stuff and the subform records properties of the image's ... but ran into problems when I pasted the code and tried to compile it. ...
    (microsoft.public.access.formscoding)
  • Re: A delete button on a main form doesnt work
    ... >> PatientID (Primary Key) ... >>> Staff ... >>> table onto the StaffId field in the Appointment table, ... the relationship line between Patient ...
    (microsoft.public.access.gettingstarted)