M
Mike H
Hello again...
Thanks to everyone for being so helpful. I have been able to get the
date functions to do what I needed, however, now I have a new issue.
Here's the situation:
Depending on how the data queried is calculated (for each recordset),
I want the last field to display one of four options. The logic for
this would be something like "If date1 > today's date then option 1;
if date1 > date2 then option 2; if date 1 < date2 then option 3; if
date1 = null then option4"
Problem is, I don't know how to code that in Access so that field
figures this out. I'm assuming a nested If/Else statement but I'm not
sure how to implement that.
This way, when someone runs the report, it will list one of the four
options and they will know what action to take from the option listed.
---
Secondly, is there a way to add a drop down menu as an option when
running a report? Say you had 100 different Clients. You want to be
able to run a report listing all of them and their various services,
but you also want to be able to run a report that justs lists the
services for one client. Ideally this would be a drop-down box.
Is there an easy way to do that?
Thank you all!!
-Mike
Thanks to everyone for being so helpful. I have been able to get the
date functions to do what I needed, however, now I have a new issue.
Here's the situation:
Depending on how the data queried is calculated (for each recordset),
I want the last field to display one of four options. The logic for
this would be something like "If date1 > today's date then option 1;
if date1 > date2 then option 2; if date 1 < date2 then option 3; if
date1 = null then option4"
Problem is, I don't know how to code that in Access so that field
figures this out. I'm assuming a nested If/Else statement but I'm not
sure how to implement that.
This way, when someone runs the report, it will list one of the four
options and they will know what action to take from the option listed.
---
Secondly, is there a way to add a drop down menu as an option when
running a report? Say you had 100 different Clients. You want to be
able to run a report listing all of them and their various services,
but you also want to be able to run a report that justs lists the
services for one client. Ideally this would be a drop-down box.
Is there an easy way to do that?
Thank you all!!
-Mike