J
John B. Smotherman
Hello,
I've created a database to keep track of all our equipment, located in
multiple rooms, all over the building. We now have an annual requirement to
physically inventory each item of equipment. I've writen a VBA routine to
create from the main table a subtable of all the items in a particular
location, based on user input of location.
Is there an easier way to transfer the contents of one of the fields in the
subtable back to the main table than to iteratively process each subtable
record? I'm wondering if there's a query or SQL method that will do it?
Thanks.
JBS
I've created a database to keep track of all our equipment, located in
multiple rooms, all over the building. We now have an annual requirement to
physically inventory each item of equipment. I've writen a VBA routine to
create from the main table a subtable of all the items in a particular
location, based on user input of location.
Is there an easier way to transfer the contents of one of the fields in the
subtable back to the main table than to iteratively process each subtable
record? I'm wondering if there's a query or SQL method that will do it?
Thanks.
JBS