Y
yes2man
Hi everyone...back to the well for help...
Here is the code:
strSQL = "SELECT * FROM [Walk Around Schedule: All Items] WHERE [Begin Date]
= #" & walkdate & "#"
Set rswalkaround = dbwalkaround.OpenRecordset(strSQL)
....where 'walkdate' is the value of a text field.
It works just fine BUT the recordset contains only the first record meeting
the criteria from the table, although I know there are multiple records that
meet the criteria in that table...what am I missing?
rswalkaround.recordcount returns 1!
Any/All help greatly appreciated!
Regards
yes2man
Here is the code:
strSQL = "SELECT * FROM [Walk Around Schedule: All Items] WHERE [Begin Date]
= #" & walkdate & "#"
Set rswalkaround = dbwalkaround.OpenRecordset(strSQL)
....where 'walkdate' is the value of a text field.
It works just fine BUT the recordset contains only the first record meeting
the criteria from the table, although I know there are multiple records that
meet the criteria in that table...what am I missing?
rswalkaround.recordcount returns 1!
Any/All help greatly appreciated!
Regards
yes2man