I have a tblTemp with 2 fields PropID, and RecordID
I can have many records but I want to always grab the first 3 records and pass to a report.
Any suggestions on the syntax for this VBA code?
I know that SQL uses TOP (3) but I cannot find a reference to this using Access.mdb and VBA.
I can have many records but I want to always grab the first 3 records and pass to a report.
Any suggestions on the syntax for this VBA code?
I know that SQL uses TOP (3) but I cannot find a reference to this using Access.mdb and VBA.