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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by flor

  1. flor

    Where SQL statement for Not Null Field (Memo type)

    I want to set a condition for a selection where Refer field which is of Memo type is not null... SELECT Address.org_code, Address.post,; Address.org_name, Address.refer FROM Address; WHERE Address.refer IS NOT NULL; ORDER BY Address.org_code but seems it doesn't work flora
  2. flor

    System DSN

    actually, i'm a beginner in using VBScript too. What are the VBScript codes that i can use to call/search a Database (eg. Microsoft Access, Oracle, etc)? anybody can help me?

Part and Inventory Search

Back
Top