Click here to Skip to main content
15,912,021 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: cmd.executenonquery not accepting nz function Pin
Mycroft Holmes21-Oct-09 21:11
professionalMycroft Holmes21-Oct-09 21:11 
GeneralRe: cmd.executenonquery not accepting nz function Pin
rabih.tawil21-Oct-09 21:22
rabih.tawil21-Oct-09 21:22 
GeneralRe: cmd.executenonquery not accepting nz function Pin
Mycroft Holmes21-Oct-09 21:33
professionalMycroft Holmes21-Oct-09 21:33 
GeneralRe: cmd.executenonquery not accepting nz function Pin
rabih.tawil21-Oct-09 21:36
rabih.tawil21-Oct-09 21:36 
GeneralRe: cmd.executenonquery not accepting nz function Pin
Christian Graus21-Oct-09 22:03
protectorChristian Graus21-Oct-09 22:03 
GeneralRe: cmd.executenonquery not accepting nz function Pin
rabih.tawil21-Oct-09 22:22
rabih.tawil21-Oct-09 22:22 
GeneralRe: cmd.executenonquery not accepting nz function Pin
Christian Graus21-Oct-09 23:15
protectorChristian Graus21-Oct-09 23:15 
GeneralRe: cmd.executenonquery not accepting nz function Pin
Andy_L_J21-Oct-09 22:06
Andy_L_J21-Oct-09 22:06 
From here webcheatsheet[^]

In Access, the IsNull function returns a boolean value that indicates whether or not an expression contains no valid data (Null).

The syntax for the IsNull function is:
IsNull ( expression )

In Access, the expression argument can be any numeric or string expression. The IsNull function returns True (-1) if the expression contains the Null value; otherwise, it returns False (0). Null is not the same as a zero-length string, which is often referred to as a null string.

Important: Using the IsNull function is the only way from within Access to determine whether or not an expression contains a null value.
Example
IsNull(null)                returns TRUE
IsNull("WebCheatSheet")     returns FALSE
IsNull(2006)                returns FALSE


I don't speak Idiot - please talk slowly and clearly

'This space for rent'

Driven to the arms of Heineken by the wife

GeneralRe: cmd.executenonquery not accepting nz function Pin
Christian Graus21-Oct-09 23:41
protectorChristian Graus21-Oct-09 23:41 
GeneralRe: cmd.executenonquery not accepting nz function Pin
Dave Kreskowiak22-Oct-09 1:40
mveDave Kreskowiak22-Oct-09 1:40 
GeneralRe: cmd.executenonquery not accepting nz function Pin
Christian Graus21-Oct-09 23:19
protectorChristian Graus21-Oct-09 23:19 
AnswerRe: cmd.executenonquery not accepting nz function Pin
rabih.tawil22-Oct-09 3:04
rabih.tawil22-Oct-09 3:04 
AnswerRe: cmd.executenonquery not accepting nz function Pin
Dave Kreskowiak22-Oct-09 9:41
mveDave Kreskowiak22-Oct-09 9:41 
GeneralRe: cmd.executenonquery not accepting nz function Pin
rabih.tawil22-Oct-09 9:54
rabih.tawil22-Oct-09 9:54 
QuestionLooping Website Viewer? Pin
teknozwizard21-Oct-09 19:55
teknozwizard21-Oct-09 19:55 
AnswerRe: Looping Website Viewer? Pin
Christian Graus21-Oct-09 22:04
protectorChristian Graus21-Oct-09 22:04 
QuestionRe: Looping Website Viewer? Pin
teknozwizard22-Oct-09 7:27
teknozwizard22-Oct-09 7:27 
AnswerRe: Looping Website Viewer? Pin
John M Bundy22-Oct-09 8:26
John M Bundy22-Oct-09 8:26 
GeneralRe: Looping Website Viewer? Pin
John M Bundy22-Oct-09 8:37
John M Bundy22-Oct-09 8:37 
GeneralRe: Looping Website Viewer? Pin
teknozwizard22-Oct-09 10:37
teknozwizard22-Oct-09 10:37 
GeneralRe: Looping Website Viewer? Pin
John M Bundy22-Oct-09 15:04
John M Bundy22-Oct-09 15:04 
GeneralRe: Looping Website Viewer? Pin
teknozwizard22-Oct-09 19:09
teknozwizard22-Oct-09 19:09 
QuestionHow can I have a progress Bar under a save method in a Child form? Pin
waner michaud21-Oct-09 10:11
waner michaud21-Oct-09 10:11 
AnswerRe: How can I have a progress Bar under a save method in a Child form? Pin
tosch21-Oct-09 20:08
tosch21-Oct-09 20:08 
GeneralRe: How can I have a progress Bar under a save method in a Child form? Pin
waner michaud22-Oct-09 4:43
waner michaud22-Oct-09 4:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.