S
Selby
I am getting a run time error 3464 - data type mismatch in criteria
expression when I try to run the following:
If IsNull (Combo21) = False Then
Set rs = Me.Recordset.Clone
rs.FindFirst "[Shipment Date] = '" & Me ! [Combo24] & "'"
Me. Bookmark = rs.Bookmark
Me.Combo24 = Null
This runs correctly when I replace the shipment date (date/time) with a text
field - didn't know if it has something to do with the quotation marks or
not. Any help would be greatly appreciated.
expression when I try to run the following:
If IsNull (Combo21) = False Then
Set rs = Me.Recordset.Clone
rs.FindFirst "[Shipment Date] = '" & Me ! [Combo24] & "'"
Me. Bookmark = rs.Bookmark
Me.Combo24 = Null
This runs correctly when I replace the shipment date (date/time) with a text
field - didn't know if it has something to do with the quotation marks or
not. Any help would be greatly appreciated.