ChrisJohns
New member
- Local time
- Yesterday, 23:04
- Joined
- Sep 29, 2010
- Messages
- 4
Hi all,
Im currently having an issue with a recordset. Im trying to find a result in a recordset where the date matches that of a date in another recordset. I keep getting an error indicating that the datatypes dont match though. Ive tried using convert but its not been working right for me (maybe using wrong)
Any help is appreciated
Im currently having an issue with a recordset. Im trying to find a result in a recordset where the date matches that of a date in another recordset. I keep getting an error indicating that the datatypes dont match though. Ive tried using convert but its not been working right for me (maybe using wrong)
Code:
CurrentDb.OpenRecordset("SELECT max(SequenceNum) as newseq, NewName FROM tblDetails WHERE MoveDate = '" & rsMove![newDate] & "' GROUP BY NewName")
Any help is appreciated