G
Guest
Creating a new database. Working on the employees form. The user selects
from a combo box the name/ID, then the code creates a recordset to pull back
the rest of the data. Everything works fine except when there is a cell with
no values, ie middle name, then the code drops out. I'm using the basic
approach presented in the developers handbooks. Does someone have some code
that would allow a recordset to accept null values. Simply selecting null
values okay in the database properties is not good enough.
I'd add the code here, but it gets pretty lengthy.
from a combo box the name/ID, then the code creates a recordset to pull back
the rest of the data. Everything works fine except when there is a cell with
no values, ie middle name, then the code drops out. I'm using the basic
approach presented in the developers handbooks. Does someone have some code
that would allow a recordset to accept null values. Simply selecting null
values okay in the database properties is not good enough.
I'd add the code here, but it gets pretty lengthy.