M
Max
Access 2007 SP1.
PBT is a table and [ID] is a Number (Double)
Error 3251, Operation is not supported for this type of object. Debug opens
on last line of code highlighted:
Dim rstPBT As Recordset
Set rstPBT = CurrentDb().OpenRecordset("PBT")
rstPBT.FindFirst "[ID] = " & Form![ID]
What is my problem on that last line?? or is it in the Set statement??
Thanks in advance.
PBT is a table and [ID] is a Number (Double)
Error 3251, Operation is not supported for this type of object. Debug opens
on last line of code highlighted:
Dim rstPBT As Recordset
Set rstPBT = CurrentDb().OpenRecordset("PBT")
rstPBT.FindFirst "[ID] = " & Form![ID]
What is my problem on that last line?? or is it in the Set statement??
Thanks in advance.