Latest equipment settings

G

Guest

I need to track equipment settings and changes for our plant. Each
piece of equipment will have several setups, and each setup will have 28
different settings. Right now I have a table for all the equipment with an
ID, description and a few other fields. A also have a table to track the
changes with equipment id, setup number, setting type, new value, and date.
Is this the best way to structure my tables? Also, how can I create a query
to retrieve the most current settings for each setup on a specific equipment
id?
 
G

Guest

Works like a charm. I did have the DMax() function in the where clause, but
this is considerably faster. Thanks.
 

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