M
mleczko
Hi,
I've got a combobox that I want to check before the user commits the
current record. How do you do it?
I've tried the following and got a combination of runtime errors,
there's gotta be an easier way
If Len(Forms.frmStory.PubCode) <> 2 ... doesn't work
If Forms.frmStory.PubCode = null ...
If Forms.frmStory.PubCode = ""
Help appreciated
Thanks
Nick
I've got a combobox that I want to check before the user commits the
current record. How do you do it?
I've tried the following and got a combination of runtime errors,
there's gotta be an easier way
If Len(Forms.frmStory.PubCode) <> 2 ... doesn't work
If Forms.frmStory.PubCode = null ...
If Forms.frmStory.PubCode = ""
Help appreciated
Thanks
Nick