I need help with a formula which calulates a date and time and passes it as a parameter to a subreport which uses that datetime parameter to execute a stored proc.
The formula is DateTime(CurrentDate, Time(06,30,00)). This gives the result with a AM attached to it which causes the subreport to not show any result. How can I remove the AM suffix? The time has to be 6:30:00.
The formula is DateTime(CurrentDate, Time(06,30,00)). This gives the result with a AM attached to it which causes the subreport to not show any result. How can I remove the AM suffix? The time has to be 6:30:00.