The following SQL returns booking mage on a certain date ie =Date()
I now want to select a date using a calendar.
I have tried populating a textbox and replacing the =Date() with =textbox12.text but it will not work
How could i get this to work
Dim queryString As String = "TRANSFORM First(qyRoomPeriods.BookR) AS FirstOfBookR SELECT qyRoomPeriods.PeriodID FROM qyRoomPeriods WHERE (((qyRoomPeriods.ResourceDates)=Date())) GROUP BY qyRoomPeriods.PeriodID, qyRoomPeriods.ResourceDates PIVOT qyRoomPeriods.ResourceID
I now want to select a date using a calendar.
I have tried populating a textbox and replacing the =Date() with =textbox12.text but it will not work
How could i get this to work
Dim queryString As String = "TRANSFORM First(qyRoomPeriods.BookR) AS FirstOfBookR SELECT qyRoomPeriods.PeriodID FROM qyRoomPeriods WHERE (((qyRoomPeriods.ResourceDates)=Date())) GROUP BY qyRoomPeriods.PeriodID, qyRoomPeriods.ResourceDates PIVOT qyRoomPeriods.ResourceID