D
deaconj999
Hi All,
I have a simple request, which involves 3 fields only to help me iwth
my main job as a fire inspector.
I am writing a simple database that requires a date of last fire
inspection, frequency for reinspection and future inspection date
based on the frequency. I am self taught on both ACCESS and EXCEL
only.
EXCEL no problems I used this
=IF(O54="HIGH",SUM(P54+365),IF(O54="MED",SUM(P54+1095),IF(O54="LOW",SUM(P54+1825),IF(O54="N/
A",TODAY()))))
But Access I'm sure is a little different.
Field One You enter a choice of 3 re inspection frequencies ( [Risk
factor] ) from a drop down on the form. They are High Annual, Med - 3
Yearly, Low - 5 Yearly. I then enter the date of last insprection and
based on the frequency want the code for the next inspection to
calculate and add either 365 1095 or 1825 days to the last inspection
date entered . So far I have this in the properties
=[Date of Last FSMP]+365
But it does not take into account the choice of frequency. Ideally I
would like it to calculate the Last FSMP (FSMP is fire inspection)
based on the choice in the Risk Factor field and display in the [Date
of Next FSMP field]
You get the idea.
I suppose all I need is some kind person to rewrite my Excel formulae
in Access format and I should be able to do the rest
PLEASE HELP - COMMUNITY FIRE SAFETY IS AT PERIL !!!!!!!!!!!!
Joe
I have a simple request, which involves 3 fields only to help me iwth
my main job as a fire inspector.
I am writing a simple database that requires a date of last fire
inspection, frequency for reinspection and future inspection date
based on the frequency. I am self taught on both ACCESS and EXCEL
only.
EXCEL no problems I used this
=IF(O54="HIGH",SUM(P54+365),IF(O54="MED",SUM(P54+1095),IF(O54="LOW",SUM(P54+1825),IF(O54="N/
A",TODAY()))))
But Access I'm sure is a little different.
Field One You enter a choice of 3 re inspection frequencies ( [Risk
factor] ) from a drop down on the form. They are High Annual, Med - 3
Yearly, Low - 5 Yearly. I then enter the date of last insprection and
based on the frequency want the code for the next inspection to
calculate and add either 365 1095 or 1825 days to the last inspection
date entered . So far I have this in the properties
=[Date of Last FSMP]+365
But it does not take into account the choice of frequency. Ideally I
would like it to calculate the Last FSMP (FSMP is fire inspection)
based on the choice in the Risk Factor field and display in the [Date
of Next FSMP field]
You get the idea.
I suppose all I need is some kind person to rewrite my Excel formulae
in Access format and I should be able to do the rest
PLEASE HELP - COMMUNITY FIRE SAFETY IS AT PERIL !!!!!!!!!!!!
Joe