S
sheela
I am creating a freezers database for my lab, which will
store the information of samples stored in the freezer.
Many times a sample will be divided into multiple tubes
and will be saved in multiple positions in the freezer. In
that case all the fields for that sample will be same
except the field "position" whose data type is a number.
I want to create a form where the user enters the start
and end positions say (1 and 10) and all the remaining
fields' information. Then the information would be stored
in 10 records from position 1 through 10 and the rest of
the fields have the same information in those 10 records.
It has an auto number as a primary key, it will be unique
for each entry.
Could some one tell me how to program this in the forms?
I have created a form; with that one the user can enter
one record at a time. This is working fine.
But I am having difficulty in creating another form for
multiple record entries with the above criteria.
Any help would be greatly appreciated.
Sheela.
store the information of samples stored in the freezer.
Many times a sample will be divided into multiple tubes
and will be saved in multiple positions in the freezer. In
that case all the fields for that sample will be same
except the field "position" whose data type is a number.
I want to create a form where the user enters the start
and end positions say (1 and 10) and all the remaining
fields' information. Then the information would be stored
in 10 records from position 1 through 10 and the rest of
the fields have the same information in those 10 records.
It has an auto number as a primary key, it will be unique
for each entry.
Could some one tell me how to program this in the forms?
I have created a form; with that one the user can enter
one record at a time. This is working fine.
But I am having difficulty in creating another form for
multiple record entries with the above criteria.
Any help would be greatly appreciated.
Sheela.