R
RD
The code below is giving me, "3070: The Microsoft Jet database engine does not
recognize 'testID' as a valid field name or expression."
Set rs = Me.RecordsetClone
rs.FindFirst "Wkr_ID = " & Me!Wkr_ID
I've done this before. I figure I must just be tired and I'm not seeing WTF I'm
doing wrong.
Time to shut down and head to my local Irish pub.
Thanks for any help,
RD
recognize 'testID' as a valid field name or expression."
Set rs = Me.RecordsetClone
rs.FindFirst "Wkr_ID = " & Me!Wkr_ID
I've done this before. I figure I must just be tired and I'm not seeing WTF I'm
doing wrong.
Time to shut down and head to my local Irish pub.
Thanks for any help,
RD