B
bangaram via AccessMonster.com
Hi,
I am not getting the records matched with the entered date. Its raising an
error like
"No recoreds found for that date"
Query:
Me.RecordSource=select Distinct(MeasurementData.Inspector),MeasurementData.
ReadingDate,MeasurementData.Comments
FROM MeasurementData
WHERE MeasurementData.ReadingDate=" & mDate
Is my query wrong or something i need to do..?
Can anyone help me?
I am not getting the records matched with the entered date. Its raising an
error like
"No recoreds found for that date"
Query:
Me.RecordSource=select Distinct(MeasurementData.Inspector),MeasurementData.
ReadingDate,MeasurementData.Comments
FROM MeasurementData
WHERE MeasurementData.ReadingDate=" & mDate
Is my query wrong or something i need to do..?
Can anyone help me?