|
-
Feb 14th, 2025, 04:04 AM
#11
Thread Starter
PowerPoster
Re: MS Access, Text Fields and Null.
 Originally Posted by Arnoutdv
This methods ignores the fact it's Null by appending a empty string to results.
And let the VB6 interpreter/compiler deal with it
Code:
txtWhatever.Text = rsDataSet.Fields(0) & ""
That won't raise an error if .Fields(0) is 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
|