Hi,
I'm new to programming with visual basic.
I used Access before.
In acces the code to test for empty or null string should be:
If me.txtName = "" or me.txtName is Null then
But this gives an error in
VB Express 2008.
What is the code to use to be able to check this?
Thanks