I have a combo on a form which is a look-up.
I want this combo to dropdown if it contains no data.
eg
On Got Focus
If isnull then me.combo?.dropdown
Else
Dont Dropdown.
I’m sure some-one knows how to do this.
Thanks in advance
Dave
I have a combo on a form which is a look-up.
I want this combo to dropdown if it contains no data.
eg
On Got Focus
If isnull then me.combo?.dropdown
Else
Dont Dropdown.
I’m sure some-one knows how to do this.
Thanks in advance
Dave