Hello I have a condition macro that looks up a value in a combobox row (text value).
I would like the combo to do one action if the field contains a value and do another action if the field is null (or empty)
I have used the following:
[combo38].[column](9)is null
[combo38].[column](9)is not null
But this does not seem to have the desired result.
Any help gratefully received
Regards
Mark
I would like the combo to do one action if the field contains a value and do another action if the field is null (or empty)
I have used the following:
[combo38].[column](9)is null
[combo38].[column](9)is not null
But this does not seem to have the desired result.
Any help gratefully received
Regards
Mark