Forum Discussion
Maxine14062
Oct 15, 2024Brass Contributor
FindFirst not working
I have a 365 database with the following code: Set rst = CurrentDb().OpenRecordset("SchedFieldTable") mFID = DLookup("[FID]", "SchedFieldTable", "[Width]+[Left] > 10.5 * 1440") MsgBox "[FID] = "...
arnel_gp
Oct 16, 2024Iron Contributor
Maxine14062 , maybe set your recordset like this:
Set rst = CurrentDb.OpenRecordset("SchedFieldTable", dbOpenDynaset)