OK kiddies, here's an easy one for you pros -
VBScript compilation error '800a0409'
Unterminated strin constant
I'm using Internet Explorer 5.5
here's the sql stmt.....
Many thanks, John
sql = "INSERT INTO SystemsAccessReqs (UserNameL, UserNameF, UserNameMI, UserPhoneW, UserPhoneH, UserFax,
Dept#, JobTitle, NewWS, ExistingWS, NewUser, ExistingUser, Marcam, JDE, WMS, PR, TA, NT, NTRoam, LNotes,
LNotesGroup, ColorLaser, DialUpAccess, Modem, ModelAS400, ModelNT, SerReqComments,
DateSubmitted) VALUES ('" & strNameLast & "', '" & strNameFirst & "', '" & strNameMI & "', '" & strPhoneW & "',
'" & strPhoneH & "', '" & strPhoneFax & "', '" & intDept & "', '" & strJobTitle & "', '" & blnNewWS & "',
'" & blnExWS & "', '" & blnNewUser & "', '" & blnExUser & "', '" & blnMarcam & "', '" & blnJDE & "',
'" & blnWMS & "', '" & blnPR & "', '" & blnTA & "', '" & blnNT & "', '" & blnNTRoam & "', '" & blnLNotes & "',
'" & blnCLaser & "', '" & blnDialUp & "', '" & blnModem & "', '" & strModelAS400 & "', '" & strModelNT & "',
'" & strLNotesGroup & "', '" & strSRComments & "', '" & datCurDate & "');"
VBScript compilation error '800a0409'
Unterminated strin constant
I'm using Internet Explorer 5.5
here's the sql stmt.....
Many thanks, John
sql = "INSERT INTO SystemsAccessReqs (UserNameL, UserNameF, UserNameMI, UserPhoneW, UserPhoneH, UserFax,
Dept#, JobTitle, NewWS, ExistingWS, NewUser, ExistingUser, Marcam, JDE, WMS, PR, TA, NT, NTRoam, LNotes,
LNotesGroup, ColorLaser, DialUpAccess, Modem, ModelAS400, ModelNT, SerReqComments,
DateSubmitted) VALUES ('" & strNameLast & "', '" & strNameFirst & "', '" & strNameMI & "', '" & strPhoneW & "',
'" & strPhoneH & "', '" & strPhoneFax & "', '" & intDept & "', '" & strJobTitle & "', '" & blnNewWS & "',
'" & blnExWS & "', '" & blnNewUser & "', '" & blnExUser & "', '" & blnMarcam & "', '" & blnJDE & "',
'" & blnWMS & "', '" & blnPR & "', '" & blnTA & "', '" & blnNT & "', '" & blnNTRoam & "', '" & blnLNotes & "',
'" & blnCLaser & "', '" & blnDialUp & "', '" & blnModem & "', '" & strModelAS400 & "', '" & strModelNT & "',
'" & strLNotesGroup & "', '" & strSRComments & "', '" & datCurDate & "');"