I have a split form that might not contain any records. I test to see if the form is open, and if it is open I have an SQL statement that gets assigned to a recordset object.
If the sql returns 0 records, i get error 2427 "you entered an expression that has no value".
I need to test the value before the sql runs...any ideas.
If the sql returns 0 records, i get error 2427 "you entered an expression that has no value".
I need to test the value before the sql runs...any ideas.