Hi Guys,
I am currently trying to create 2 reports and I need some assistance. I am going to give an example of what I would like to accomplish and hope someone can guide me in the right direction. I have a query which was created from table CustInfo. The query has the fields CoID, Name, Date1. I wanted to calculate the days between Date1 and Now. I was able to do so with this expression =DateDiff(ādā,[Date1], Date()).
I have another table CoInfo with the following CoID, Acct# and Date2.
Example:
CoID ACCT# DAYS
Co 1234 90
Co 3456 180
Report1 I would like for it to only display all CoID where Date1 is equal or greater than Date2. Report2 I would like to display CoID where Date1 is 30 or less from Date2. I hope this makes sense. Hopefully this can be done in a query. Thank you for any advice.
I am currently trying to create 2 reports and I need some assistance. I am going to give an example of what I would like to accomplish and hope someone can guide me in the right direction. I have a query which was created from table CustInfo. The query has the fields CoID, Name, Date1. I wanted to calculate the days between Date1 and Now. I was able to do so with this expression =DateDiff(ādā,[Date1], Date()).
I have another table CoInfo with the following CoID, Acct# and Date2.
Example:
CoID ACCT# DAYS
Co 1234 90
Co 3456 180
Report1 I would like for it to only display all CoID where Date1 is equal or greater than Date2. Report2 I would like to display CoID where Date1 is 30 or less from Date2. I hope this makes sense. Hopefully this can be done in a query. Thank you for any advice.
Comment