- Joined
- Oct 26, 2017
- Messages
- 1
- Reaction score
- 0
Hi all,
First time posting here so any help will be greatly appreciated.
I'm creating a user-form in access and due to the remit given to me i,m trying to avoid as little code as possible so therefore i'm trying to set some validation for a text box.
it shouldn't be that difficult but i'm getting nowhere!
It should go like this;
if combobox value = x and textbox is null 'then trigger the validation
I've tried a couple different variations of;
(([Combo_Select_P]="Project1") And ([TXT_Str_Date] Is Null))
nothing seems to be working - please help
First time posting here so any help will be greatly appreciated.
I'm creating a user-form in access and due to the remit given to me i,m trying to avoid as little code as possible so therefore i'm trying to set some validation for a text box.
it shouldn't be that difficult but i'm getting nowhere!
It should go like this;
if combobox value = x and textbox is null 'then trigger the validation
I've tried a couple different variations of;
(([Combo_Select_P]="Project1") And ([TXT_Str_Date] Is Null))
nothing seems to be working - please help