G
Guest
I am getting a type mismatch error with the [date type] part (have commented
it out & the first bit works!).
tblList2.FindFirst "[Job ID] = " & lstCheck.Column(0) And " [Date Type] = "
& DateType
[Date Type] in the table is stored as a Number.
DateType is defined as an Integer.
Not sure of the syntax.
it out & the first bit works!).
tblList2.FindFirst "[Job ID] = " & lstCheck.Column(0) And " [Date Type] = "
& DateType
[Date Type] in the table is stored as a Number.
DateType is defined as an Integer.
Not sure of the syntax.