Can anyoner help I currently have a union query which produces a time format as 00:00:00 in its results despite the fact that the two queries that form the union query produce a time format in 00:00
I'm not sure why this happens but would like to change the format back and not sure how so any help would be appreciated
Also, I have a time field (hours and minutes) on my form and would like to prevent users from entering times between full hours
so
09:00 is okay
09:15 is not okay
09:30 is not okay
09:45 is not okay
10:00 is okay
Any help would be appreciated
I'm not sure why this happens but would like to change the format back and not sure how so any help would be appreciated
Also, I have a time field (hours and minutes) on my form and would like to prevent users from entering times between full hours
so
09:00 is okay
09:15 is not okay
09:30 is not okay
09:45 is not okay
10:00 is okay
Any help would be appreciated