I am creating a db that tracks our infusion pumps. I have tables for the pumps, Facility Demographics, Maintanance, History but I need to create a form that allows for 2 different scenarios to get the patient information into the history.
1. Pt is at a Facility (Facility Name, Address, Phone) are not needed to be added, information 'pops up' in respective fields, user just enter patients name. I have these field locked so users can not alter facility information
2. Private residence patient where you need to enter all of the demographics . I don't want this info entered into the Facility Table
This demographic information woud go into the history table.
[This I have created]
Then you would enter the serial number of the pump which pulls the pump info (make, model) from pump table and the most recent Maintance service due (from the Maint. History)
Also, is there a way to make a print out of the Field Names for the tables?
Thanks all
and Blue Skies
Kevin
1. Pt is at a Facility (Facility Name, Address, Phone) are not needed to be added, information 'pops up' in respective fields, user just enter patients name. I have these field locked so users can not alter facility information
2. Private residence patient where you need to enter all of the demographics . I don't want this info entered into the Facility Table
This demographic information woud go into the history table.
[This I have created]
Then you would enter the serial number of the pump which pulls the pump info (make, model) from pump table and the most recent Maintance service due (from the Maint. History)
Also, is there a way to make a print out of the Field Names for the tables?
Thanks all
and Blue Skies
Kevin