Dear Joseph,
At present I am working on technical inspection database. I have
following fields in the table.
1) Visual Inspection date
2) No of days for next Visual Inspection for Class-I
3) Next visual inspection due date.
The requirement is this visual inspection should be conducted every
year, so I have fix the default value 365 days for "No of days for
next visual inspection for class-I" field. Now I have prepare a form
with Next visual inspection due date and I have fix the data control
source of this field with "=Abs([Visual Inspection date]+[No of days
for next Visual Inspection for Class-I])" Equation.
Now I am getting the next due date automatically after entering Visual
Inspection date in form. But this next visual inspection date is not
appearing in table means this date is not being store in table. So I
was thinking to give data control source (relation) to fields of the
table. Is it possible to give such relation to fields of table?
Joseph Meehan said:
I suspect you need to either change your table design or more
likely just us a query to do what you want.
I think we need more specific information to be able to know
what you want.