M
Michelle.Watson
My data base is for keeping track of what is in our
freezers. Each cassette has four slots. In my table, the
these 2 fields (cassette and slot) are primary keys that
allows us to see which are empty or to find information.
I would like to "append" the information in the record to
a "dispensed" table and then "delete" the information
fields from the "freezer" table (currently done through
a "dispensed query"). I can append the information to the
Dispensed table (and keep my primary fields) but when I do
a Delete Query, it deletes the whole record but I want to
keep my fields - "Cassette and slot". Is there an easier
way? Is there a way to keep these 2 fields constant? If
not, my staff have to go in and delete the information in
the other fields manually.
Thanks
Michelle
freezers. Each cassette has four slots. In my table, the
these 2 fields (cassette and slot) are primary keys that
allows us to see which are empty or to find information.
I would like to "append" the information in the record to
a "dispensed" table and then "delete" the information
fields from the "freezer" table (currently done through
a "dispensed query"). I can append the information to the
Dispensed table (and keep my primary fields) but when I do
a Delete Query, it deletes the whole record but I want to
keep my fields - "Cassette and slot". Is there an easier
way? Is there a way to keep these 2 fields constant? If
not, my staff have to go in and delete the information in
the other fields manually.
Thanks
Michelle