I have the below sql statement so far in VBScript. The School Column could have multiple possiblities for the value. For Example School=variable1.value, School=Variable2.value.
Can SET achieve this for me or do I need to go another route?
Thanks in advance.
SQL
SQL="SELECT ID FROM [Tbl Field Trip] WHERE ID='"&FT.Value&"' UPDATE [Tbl Field Trip]"&_" SET SignTeacher='"&Teacher.Value&"',"&_"DateEnt='"&DateEntered.Value&"',"&_"StudCnt='"&StudentNumber.Value&"',"&_"Grade='"&Grade.Value&"',"&_"DateDpt='"&DataFT.Value&"',"&_"Dept='"&Dept.Value&"',"&_"DST='"&DEST.Value&"',"&_"[Due Date]='"&permdue.Value&"',"&_"School='"&Central.Value&"'"&_"WHERE ID='"&FT.Value&"'"