G
Gaston
Set ListDescRs = New Recordset
ListDescRs.CursorLocation = adUseClient
Set ListDescRs.ActiveConnection = Conn
ListDescRs.Open "Select * from cpo_ped_view where codpedido = " &
abmForm.SelectionID & " order by codcpoped", , adOpenKeyset,
adLockOptimistic
Set ListDescRs.ActiveConnection = Nothing
ListDescRs.AddNew
FormPedido.ListDescRs.Fields("producto") = "SWEATER" --->>>> ERROR
IN THIS LINE
ERRORRR
ListDescRs.CursorLocation = adUseClient
Set ListDescRs.ActiveConnection = Conn
ListDescRs.Open "Select * from cpo_ped_view where codpedido = " &
abmForm.SelectionID & " order by codcpoped", , adOpenKeyset,
adLockOptimistic
Set ListDescRs.ActiveConnection = Nothing
ListDescRs.AddNew
FormPedido.ListDescRs.Fields("producto") = "SWEATER" --->>>> ERROR
IN THIS LINE
ERRORRR