Many thanks,
That did it.
User Profile
Collapse
-
Open form showing only Dates in the future
Hi,
I have a form called "2_Form_Courses " and in my menu I open the same form, just applying different filters.
My upcoming courses button doesn't work with dates properly
When I run this today (1st March) it should only show 2 records, for the 27th April and 25th May
[code=vb]
DoCmd.OpenForm "2_Form_Courses ", acNormal, , "[Date] > #" & Now() & "#"...
No activity results to display
Show More
Leave a comment: