|
-
Sep 15th, 1999, 02:52 PM
#1
Thread Starter
New Member
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)<>" "));
-
Sep 15th, 1999, 10:26 PM
#2
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|