A
Andy G
This is not throwing an error but it is not running the stored procedure
either...any ideas?
Thanks.
'Insert the apptSchdBuild record
Dim cmdInsrt As New ADODB.Command
With cmdInsrt
.ActiveConnection = CurrentProject.Connection
.CommandText = "sApptDateStaffFinalCCInsert"
.CommandType = adCmdStoredProc
.Parameters.Append .CreateParameter("@ID", adBigInt,
adParamInput, 15, rstBR.fields(0))
.Execute Options:=adExecuteNoRecords
End With
either...any ideas?
Thanks.
'Insert the apptSchdBuild record
Dim cmdInsrt As New ADODB.Command
With cmdInsrt
.ActiveConnection = CurrentProject.Connection
.CommandText = "sApptDateStaffFinalCCInsert"
.CommandType = adCmdStoredProc
.Parameters.Append .CreateParameter("@ID", adBigInt,
adParamInput, 15, rstBR.fields(0))
.Execute Options:=adExecuteNoRecords
End With