Hi All ,
I am connecting oracle 11G database with access and then trying to create a form.
In the form we have to validate that the text filed is not null.
I have tried using this simple code :
if isNull(text0.text) then
msgbox "null values not allowed"
end if
but then its not working.. I am using it in before_update section.
which code should be used to verify that and also where should i pasting the code.
I have been trying to fix this since the last 2 days... but its not helping...
please help me..
regrads
kkukreja![]()