J
John Doe
I have a date field in a form that I would like to automatically fill with a
date. The date should be the date from a field on the form (IncidentDate)
increased by a certain number of years. The number of years to increase it
will depend upon two other fields in the table (StateID and IncidentTypeID -
both of which are lookups from their respective tblStates and
tblIncidentTypes). The number of years to increase the IncidentDate is
stored in another table (tblSOL) and varies with the StateID and the
IncidentTypeID. The number is stored in a field called NumberOfYears.
I've tried a lot of things including queries, functions, SQL statements,
etc. and nothing is working.
Any ideas greatly appreciated.
Thank you,
Penn
date. The date should be the date from a field on the form (IncidentDate)
increased by a certain number of years. The number of years to increase it
will depend upon two other fields in the table (StateID and IncidentTypeID -
both of which are lookups from their respective tblStates and
tblIncidentTypes). The number of years to increase the IncidentDate is
stored in another table (tblSOL) and varies with the StateID and the
IncidentTypeID. The number is stored in a field called NumberOfYears.
I've tried a lot of things including queries, functions, SQL statements,
etc. and nothing is working.
Any ideas greatly appreciated.
Thank you,
Penn