I have a Mainform/mainsub form...the mainform has a cbofindrecord. Once a selection is made the subform display datasheet of the results based on a query of primary table. However, if the results of this query is "nothing" i would like my user that the query did in fact "run" and the results is "nothing". I tried a txtbox on the mainform that is bound to the [coachname] in the control source (=frmTeamCheckSub!CoachName) this works if the results produce a coachname...but if no results are found the textbox remains empty...
I would like the textbox to say "no records found"
what would be ideal is if I could capture the number of records as found in the recordselector box and then run a if/then statement from that result.
Appreciate any input...
I would like the textbox to say "no records found"
what would be ideal is if I could capture the number of records as found in the recordselector box and then run a if/then statement from that result.
Appreciate any input...