D Douglas J. Steele Jun 18, 2009 #2 I think you mean If IsNull(Me.YourComboBoxName) Then 'Nothing selected by the user Else 'Your have a value to work with End if You cannot use = to check for Null.
I think you mean If IsNull(Me.YourComboBoxName) Then 'Nothing selected by the user Else 'Your have a value to work with End if You cannot use = to check for Null.
D Daniel Pineault Jun 18, 2009 #3 Thank you for catching that one Douglas! I had my head in another programming language. -- Hope this helps, Daniel Pineault http://www.cardaconsultants.com/ For Access Tips and Examples: http://www.devhut.net Please rate this post using the vote buttons if it was helpful.
Thank you for catching that one Douglas! I had my head in another programming language. -- Hope this helps, Daniel Pineault http://www.cardaconsultants.com/ For Access Tips and Examples: http://www.devhut.net Please rate this post using the vote buttons if it was helpful.