Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: hkarre
  • Content: Threads
  • Order by date
  1. hkarre

    NULL and If...Then...Else...End If statement

    Hello Everyone, I am having a little problem with the following code and was wondering if anyone could help me out: If IsNull(oRS.Fields("content")) Then varContent = " " Else varContent = oRS.Fields("content") End If When testing the output of varContent with IsNull function they...

Part and Inventory Search

Back
Top