Help with conditional item_send function

Joined
Aug 3, 2009
Messages
1
Reaction score
0
I want to have to send a form if a certain field on the form is filled out.

So far I have :


Function Item_Send()

if Name >< "" Then

Item_Send = true

Else

Item_Send = False

'Msgbox "Enter your name"

End if

End Function


This seems to work if i leave out the Name section blank, It'll stop me from sending. However, if i fill out the name section, it refuses to send as well and I'm quite sure that I have the correct field name.

Please help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top