M
Melissa M
I've had a procedure in a db which has worked just fine for the last several
months, up until today. The procedure executes this line:
Application.ImportXML DataSource:="http://" & P2L_URL &
"/P2L_PICK_TO_LABEL.aspx?ORDER_I=" & _
Left(Forms!frm_MainMenu.txtSalesOrder.Value, 8) & "&PRINT_I=" &
strP, ImportOptions:=acAppendData
and I get: Run-time error '31592' [Database Name] has encountered an error
processing the XML schema in file
'P2L_PICK_TO_LABEL.aspx?ORDER_I=29204982&PRINT_I=001'. Illegal xml character.
Anybody have any ideas?
months, up until today. The procedure executes this line:
Application.ImportXML DataSource:="http://" & P2L_URL &
"/P2L_PICK_TO_LABEL.aspx?ORDER_I=" & _
Left(Forms!frm_MainMenu.txtSalesOrder.Value, 8) & "&PRINT_I=" &
strP, ImportOptions:=acAppendData
and I get: Run-time error '31592' [Database Name] has encountered an error
processing the XML schema in file
'P2L_PICK_TO_LABEL.aspx?ORDER_I=29204982&PRINT_I=001'. Illegal xml character.
Anybody have any ideas?