MultiList

The MultiList function pops up a window to create a list with out the user having to enter a delimiter. Uses drop down list setup on column.

Syntax :

MultiList(Column,Delimiter)

Example :

sTemp = MultiList(Col1,";")
IF sTemp <> Col1 THEN
  Col1 = sTemp
END IF