save min value between 3 fields on a form not a table

B

Blair168412

the 3 fields are s-1, s-2, s-3 all have the same properties numbers and I
want to find the minimum value ans stote it in MinVal field from one record
on a form
 
J

Jeff Boyce

If you can 'calculate' the minimum, don't bother storing it in a table!
After all, if someone makes a change (correcting an error, making an error,
whatever), your stored "minimum" would then be out of sync!

Instead, use a query (or the form) to calculate the minimum on-the-fly, for
display purposes.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 

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