G
Guest
I've made a database that allows data to be input through webpages. I want
to be able to make data entry as fool proof as possible by preventing people
from inputting data that causes impossible situations on the other end of a
calculation. For example, I'm having people input the length of their shift
and the amount of time a particular machine is down for a repair. In my
efficiency calculation problems arise if the person accidentally entered a
larger number for machine downtime than they did for their shift length. I
have thought about remedying the situation by linking the input blanks on the
website to a query rather than a table and putting validation rules on the
query saying that the difference between machine downtime and shift length
cannot be less than 0. Is it possible for data to be entered with a query?
Or is there a way to create calculated validation rules within the table that
the website is currently linked to? Thanks in advance.
to be able to make data entry as fool proof as possible by preventing people
from inputting data that causes impossible situations on the other end of a
calculation. For example, I'm having people input the length of their shift
and the amount of time a particular machine is down for a repair. In my
efficiency calculation problems arise if the person accidentally entered a
larger number for machine downtime than they did for their shift length. I
have thought about remedying the situation by linking the input blanks on the
website to a query rather than a table and putting validation rules on the
query saying that the difference between machine downtime and shift length
cannot be less than 0. Is it possible for data to be entered with a query?
Or is there a way to create calculated validation rules within the table that
the website is currently linked to? Thanks in advance.