G
Guest
i wish to find a record based on 2 criteria, in this case i wish to search
for a particular job id and then date type as each job id could have a
multiple amount of date types.
rs.Findfirst "[Job ID] = " & aJob AND "[Date Type] = " &aDate
i am not sure how to program the AND.
for a particular job id and then date type as each job id could have a
multiple amount of date types.
rs.Findfirst "[Job ID] = " & aJob AND "[Date Type] = " &aDate
i am not sure how to program the AND.