I have a recordset open (dynaset)
Dim ssql As String
ssql = "[RDate] = '" & MDate & "'"
This works---
But i need to find using multiple fields this does not work..
ssql = "[RDate] = '" & MDate & "'" & "," & "[RCard] = '" & Card & "'"
rstwo.FindLast ssql
LTT = rstwo.rtime
Appreciate any help with correcting this syntex to correct the problem
Regards Trob70
Dim ssql As String
ssql = "[RDate] = '" & MDate & "'"
This works---
But i need to find using multiple fields this does not work..
ssql = "[RDate] = '" & MDate & "'" & "," & "[RCard] = '" & Card & "'"
rstwo.FindLast ssql
LTT = rstwo.rtime
Appreciate any help with correcting this syntex to correct the problem
Regards Trob70