I have an existing query as follows:
SELECT state, JobNumber, DictatorName, DictatorID, AssignTranID, dtComplete, dtAtTran, JobLength, lExtraStatus, iPriorityLevel
FROM Dictations
WHERE DictatorName like 'vardictator' AND state Like 'varradio' and AssignTranID like 'vartran'
Vartran's parameter value is the session value I would like to use a listmenu by the name of tranid as the vartran parameter if the session value is % if anything other than % is the session value I would like to just use the session value as the parameter.
this may be easy but it has me stumped...
Thanks for any help
If knowledge were power I would be a AAA battery!
SELECT state, JobNumber, DictatorName, DictatorID, AssignTranID, dtComplete, dtAtTran, JobLength, lExtraStatus, iPriorityLevel
FROM Dictations
WHERE DictatorName like 'vardictator' AND state Like 'varradio' and AssignTranID like 'vartran'
Vartran's parameter value is the session value I would like to use a listmenu by the name of tranid as the vartran parameter if the session value is % if anything other than % is the session value I would like to just use the session value as the parameter.
this may be easy but it has me stumped...
Thanks for any help
If knowledge were power I would be a AAA battery!