R
rs0905
I am trying to create a query that looks for date values that are greater
than or equal to a date value on an open form:
This isn't working. The field on the form is a date format field. What can
I do to get this to work? I had a similar problem in code on a form where I
was trying to find dates greater than a string date value. Wondering if it
is a formatting issue on the returned value...?
Thanks in advance!
than or equal to a date value on an open form:
=[forms]![counselorreportmenu]![txtbegin]
This isn't working. The field on the form is a date format field. What can
I do to get this to work? I had a similar problem in code on a form where I
was trying to find dates greater than a string date value. Wondering if it
is a formatting issue on the returned value...?
Thanks in advance!