Question

  • Thread starter Pierre Martinez
  • Start date
P

Pierre Martinez

I ahve 1500 diferent machine ID's (Computers). Each one is tied to a
software subfor -so that each lists all the installed software on each
machine.

Let's say I install a piece of software in all of them - How can I apply
this additional software piece to the the list of software all at once
rather than doing one at a time.

Queries come to mind but not sure eactly how.

Any help will be appreciated.

-Pierre
 
J

John Vinson

I ahve 1500 diferent machine ID's (Computers). Each one is tied to a
software subfor -so that each lists all the installed software on each
machine.

Let's say I install a piece of software in all of them - How can I apply
this additional software piece to the the list of software all at once
rather than doing one at a time.

Queries come to mind but not sure eactly how.

An Append query would do the trick. You have (or should have!!) a
table of all your ID's in a table named Computers, or some such.
Create a Query based on this table; change it to an Append query;
select only the machine ID field and put the name or ID of the new
software in a vacant Field cell. Append this to your table of
installed software.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top