I have a few combo boxes on some forms that I wish to validate so users can not type in some bogus data.
I setup the validation rule property on the combo box to =dlookup function which works great. My problem is I really need to allow for blank or null inputs.
Once you enter a valid value and move on to the next combo box everything is great. Until you decide you would like to change your mind and remove data you previously entered into one of the combo boxes. After you remove the data and make it blank, I can't move off the field due to the validation rule.
I have tried to enter a blank record in my combo referance table, the same one that the dlookup function uses and still no work.
Can anyone please help.....
Thanks,
dave
I setup the validation rule property on the combo box to =dlookup function which works great. My problem is I really need to allow for blank or null inputs.
Once you enter a valid value and move on to the next combo box everything is great. Until you decide you would like to change your mind and remove data you previously entered into one of the combo boxes. After you remove the data and make it blank, I can't move off the field due to the validation rule.
I have tried to enter a blank record in my combo referance table, the same one that the dlookup function uses and still no work.
Can anyone please help.....
Thanks,
dave