symbol

This is a discussion on "symbol" within the Databases section. This forum, and the thread "symbol are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > Databases

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Sep 23rd, 2005, 01:46
Junior Member
Join Date: Sep 2005
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
symbol

Hi:

In VB Code,

if ([Vendor Name] <> [VN]) then


End if

<> symbol doesn't work. What symbol is for NOT Equal string?

Thanks.
Reply With Quote

  #2 (permalink)  
Old Sep 23rd, 2005, 03:58
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
!=
Reply With Quote
  #3 (permalink)  
Old Sep 27th, 2005, 12:27
New Member
Join Date: Sep 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Symbol

If ([Vendor Name] <> [VN]) then

You are correct in using <> as meaning not equal, but there is a catch here.

Because you are using what appears to be a control or field value [Vendor name] is a variant variable.

If either [Vendor Name] or [VN] has no value, that is null. Then you logic test will fail. You could either test for null or use the NZ function to get around this.

Also the comparision will be insensitive to upper or lower case.
Reply With Quote
Reply

Tags
symbol

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Copyright symbol displayed as junk character ahujadeep Web Page Design 12 Jan 8th, 2008 18:49
symbol vs. button beginneratbest Flash & Multimedia Forum 2 Nov 14th, 2007 11:10
selecting a TextInput from within a symbol cosmicbdog Flash & Multimedia Forum 5 May 23rd, 2007 15:10
Symbol accessman Databases 1 Sep 20th, 2005 03:21


All times are GMT. The time now is 01:23.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43