I am trying to return a value from a table to a Form and Report Text Box Control Source with no luck.
The SQL query is as follows :
SELECT AttendedHours FROM TBLhours WHERE (Date1 = CONVERT DATETIME, '2003-04-29 00:00:00', 102))
for now I would like to see it return attended hours for that date then once I am happy with that I can change the date to a me.datefield
Can anyone help ?
Liam
The SQL query is as follows :
SELECT AttendedHours FROM TBLhours WHERE (Date1 = CONVERT DATETIME, '2003-04-29 00:00:00', 102))
for now I would like to see it return attended hours for that date then once I am happy with that I can change the date to a me.datefield
Can anyone help ?
Liam