Results 1 to 2 of 2

Thread: Data into Report Textbox

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 1999
    Posts
    7

    Post

    I'm trying to put a single value from a table into a text box of a report.

    This table has only one record with several fields. (There are many other tables in the db)

    I've tried the following query but aint getin anywhere.


    SELECT User.Date FROM User WHERE (((User.Date)<>" "));


  2. #2
    Frenzied Member
    Join Date
    Aug 1999
    Location
    Santa Clara, Ca , 95058
    Posts
    1,105

    Post

    Try checking for null:

    select date from user where date is not null

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width