G
Guest
I have a table called "Lab_Results" which has fields LabID (autonumber,
primary key), SSN (text), Date (date/time), LabType (text), and LabValue
(numeric)
I tried to set my form up so that the SSN and Date were at the top and would
be used for all "labtype" and "labvalue" values entered in teh form. i would
like to repeat "labvalue" several times throughout hte form and for each one
have the "LabType" predefined in code. so the lab type would be Sodium,
potassium, calcium, etc all listed under each other so it is easy go down the
form filling in teh information taht is given to me by the lab. this will
allow me to have all of my lab results in one table as seperate records, but
enter them in one form.
could someone help me with the code needed to set up this form.
thank you very much,
russ
primary key), SSN (text), Date (date/time), LabType (text), and LabValue
(numeric)
I tried to set my form up so that the SSN and Date were at the top and would
be used for all "labtype" and "labvalue" values entered in teh form. i would
like to repeat "labvalue" several times throughout hte form and for each one
have the "LabType" predefined in code. so the lab type would be Sodium,
potassium, calcium, etc all listed under each other so it is easy go down the
form filling in teh information taht is given to me by the lab. this will
allow me to have all of my lab results in one table as seperate records, but
enter them in one form.
could someone help me with the code needed to set up this form.
thank you very much,
russ