RoyceyBaby
IS-IT--Management
- Mar 23, 2001
- 22
Hi,
I really don't know what I am doing wrong, so I wonder if you guys/girls can help me.
I have a text box on my form called:
text_Currency
I also have a button called:
command_CarriageCharge
I am trying to tell whether text_Currency is blank/null/empty or whatever.
I am using an IF statement to work this out, but i cannot get it to recognise that there is no entry in text_Carriage!
Can anybody give me any hints, i've tried.
If text_Currency = ""
If text_Currency.value = ""
If text_Currency = null
If text_Currency.value = null
If text_Currency = Empty
If text_Currency.value = Empty
Please help, I am finding this quite annoying!
Many thanks,
Royce
I really don't know what I am doing wrong, so I wonder if you guys/girls can help me.
I have a text box on my form called:
text_Currency
I also have a button called:
command_CarriageCharge
I am trying to tell whether text_Currency is blank/null/empty or whatever.
I am using an IF statement to work this out, but i cannot get it to recognise that there is no entry in text_Carriage!
Can anybody give me any hints, i've tried.
If text_Currency = ""
If text_Currency.value = ""
If text_Currency = null
If text_Currency.value = null
If text_Currency = Empty
If text_Currency.value = Empty
Please help, I am finding this quite annoying!
Many thanks,
Royce