Home
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Newsgroups
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Newsgroups
Microsoft Access
Microsoft Access
Visual basic and emprt fields
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Douglas J. Steele, post: 10427393"] Without more details of what your code is doing, it's practically impossible to comment. If you're trying to pass values from your recordset to variables, be aware that the only variable type that can contain Null values is the Variant data type. You either need to ensure that your variable is a Variant, or else use the Nz() function to convert the Null to a value that the variable can hold. [/QUOTE]
Verification
Post reply
Home
Forums
Newsgroups
Microsoft Access
Microsoft Access
Visual basic and emprt fields
Top