G
Guest
I have a table that has a field called "Type". It is a combo field that has
values: Revision and Review. Based on the selection, there is another field
in the table called DATE. So, there can be a selection called Review with an
associated DATE and a selection Revision with an associated DATE. What I
would like to do is setup a report based on a query that calculates the NEXT
DUE DATE. To determine the NEXT DUE DATE I need to take the LATEST date from
either REVISION or REVIEW and then calculate 12 months later for the NEXT DUE
DATE. Can anyone advise me on how best to do this? I've never dabbled in
VBS or VBA so I'd like to see if I can get this done with just the tools in
MS Access 2000. Thanks.
values: Revision and Review. Based on the selection, there is another field
in the table called DATE. So, there can be a selection called Review with an
associated DATE and a selection Revision with an associated DATE. What I
would like to do is setup a report based on a query that calculates the NEXT
DUE DATE. To determine the NEXT DUE DATE I need to take the LATEST date from
either REVISION or REVIEW and then calculate 12 months later for the NEXT DUE
DATE. Can anyone advise me on how best to do this? I've never dabbled in
VBS or VBA so I'd like to see if I can get this done with just the tools in
MS Access 2000. Thanks.