I have a query with a subquery and want to put a date prompt in the subquery rather than hard coding the date as it can change. How do I do that? Below is the SQL from my query.
SELECT A.EmployeeID, dbo_Employee.FullName, A.PayPeriodEndDate, A.DentalInsurance, dbo_JobAssignment.DepartmentKey...
I am new to Access reports and am trying to sort a report by fiscal year, FY2006 is 7/1/2005-6/30/2006. The effective date field that I need to use to get fiscal year in the table is in the format m/dd/yyyy. I've tried using iif but need more than just two choices. Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.