B
BMaerhofer
Here is my situation:
I have two forms: frmInputRecord and frmAuto
I need for when a user inputs mileage it will look at another field for the
interval to update the next oil change.
-------------------------------
frmInputRecord (Table: tblRecords)
Mileage
Next_Oil_Change
frmAuto (Table: tblAuto)
Change Interval
-------------------------------
So:
Mileage + Change Interval = Next_Oil_Change
Auto Fill: Next_Oil_Change based on the interval that was set.
Thanks!!!
Brian
I have two forms: frmInputRecord and frmAuto
I need for when a user inputs mileage it will look at another field for the
interval to update the next oil change.
-------------------------------
frmInputRecord (Table: tblRecords)
Mileage
Next_Oil_Change
frmAuto (Table: tblAuto)
Change Interval
-------------------------------
So:
Mileage + Change Interval = Next_Oil_Change
Auto Fill: Next_Oil_Change based on the interval that was set.
Thanks!!!
Brian