|
-
Nov 15th, 2000, 04:24 AM
#1
Thread Starter
Lively Member
Hi,
Can anyone help me with this problem?
I am populating a form from a SQL Server database. Some of the columns from the database are NULL and I need to show all the info from the database.
The form can then be updated. (NULL values may be written back.
Problem is when I'm assigning my textboxes their values. If the value is NULL I get the error message - invalid use of NULL. I've tried checking to see if the value is null before the assignment but nothing seems to work
e.g.
me.txtAddress = !address
me.txtPhone = !phonenumber
as I said putting if statements round them to trap the NULL values doesn't work.
Any ideas?
H.
 Just trying to muddle through...
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
|