Maki71
03-08-2008, 02:08 PM
Hi,
I got a very long statement and it does not fit into 1 line of code. How do I concatenate both lines?
........PS_Price_Key = '" & ccRS.Fields(32).Value & "', (line 1)
@PS_Total_Discount = '" & ccRS.Fields(22).Value & "'............. (line 2)
Thanks,
Mark
I got a very long statement and it does not fit into 1 line of code. How do I concatenate both lines?
........PS_Price_Key = '" & ccRS.Fields(32).Value & "', (line 1)
@PS_Total_Discount = '" & ccRS.Fields(22).Value & "'............. (line 2)
Thanks,
Mark