I have a data entry form that uses a combo box as one of the input fields. When the user selects the item from the drop down list everything works fine.
When the user types the first letter of the item (to avoid using the drop down list) the name correctly displays as if they had selected it from the drop down list. However, I get an error that says " Runtime Error 94 - Invalid Use of Null Error"
I am passing the data in this field to a DLookup function which is where the error is generated. I only get the error when they use they type the first letter and never when they select from the menu. Any ideas?
When the user types the first letter of the item (to avoid using the drop down list) the name correctly displays as if they had selected it from the drop down list. However, I get an error that says " Runtime Error 94 - Invalid Use of Null Error"
I am passing the data in this field to a DLookup function which is where the error is generated. I only get the error when they use they type the first letter and never when they select from the menu. Any ideas?