Good Morning everyone:
I have a simple question, and it is probably already in a Forum, but the search engine is down here this morning and I need to get this answered.
When I retrieve a record from a table to be displayed on a form, I want fields that are empty in the table to appear empty in the appropriate controls on the form
such as a field named MiddleName
if there is no Middle Name, the textbox on the form will appear empty
I am getting error Invalid use of Null. ??
How can I fix this ?
MichHart
I have a simple question, and it is probably already in a Forum, but the search engine is down here this morning and I need to get this answered.
When I retrieve a record from a table to be displayed on a form, I want fields that are empty in the table to appear empty in the appropriate controls on the form
such as a field named MiddleName
if there is no Middle Name, the textbox on the form will appear empty
I am getting error Invalid use of Null. ??
How can I fix this ?
MichHart