How to make date from unbound form in access be recognized in any runtime environment (6 Viewers)

nector

Member
Local time
Today, 10:50
Joined
Jan 21, 2020
Messages
533
I have just encountered a problem in access runtime environment; I have created an unbound access form specifically to aid users to select dates required for a parameterized report, this form work very well in in full version of Access and is able to recognize the dates but fail to recognize the same dates in Access runtime environment.

Is there a way to sort out this?

I have chosen all the date controls to short date see the picture but still nothing works any idea to sort out this.


Untitled.png
 
Is there a way to sort out this?
Please show the code that fails.

The most common cause of such problems is when dates are passed on as text and not in Date/Time typed variables.
 

Users who are viewing this thread

Back
Top Bottom