Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
i have a field that contains "leaving data" - if the employee left or fired and the reason.
left starts with V and Fired start with I .
Example V - Employee found a better place
I - Employee didnt do his job
i want to create a list box that will show only 2 values of "Fired" and "left" out of all the 100 reasons and also to show the Fired/left in the table i've built - is it possible?
That probably means that the same table is being dropped somewhere in the script. Or, the table is being referenced somewhere and there you need to mention new field (where it is finally being loaded).
the values in the list box are the fields in the script and not the rasons thats what i meant.. thats weird..