M
mistux
I am using Access 20002 .ADP and MS SQL2000 and when I try to run a
update query I get the following error:
Current Recordset does not support updating. This may be a limitatio
of the provider, or of the selected loctype. Number: 3251
I am using:
Set rstSched
CurrentProject.Connection.Execute("T_Schedule_ProposedSchedule")
and I get the error on the statment:
rstSched!StartTime = lTimeStart
Is there something I am not specifying in the set statement: Se
rstSched
CurrentProject.Connection.Execute("T_Schedule_ProposedSchedule")
that I need to be. I don't see any options for specifying the loc
type, etc ?
update query I get the following error:
Current Recordset does not support updating. This may be a limitatio
of the provider, or of the selected loctype. Number: 3251
I am using:
Set rstSched
CurrentProject.Connection.Execute("T_Schedule_ProposedSchedule")
and I get the error on the statment:
rstSched!StartTime = lTimeStart
Is there something I am not specifying in the set statement: Se
rstSched
CurrentProject.Connection.Execute("T_Schedule_ProposedSchedule")
that I need to be. I don't see any options for specifying the loc
type, etc ?