I have a search form that matches control's values with an underlying query. The unbound search comboBoxes are in the form header, and there are continuous results in the 'detail' section. Some people at work have complained that they get confused about what record they are at when they scroll down. I have four fields that are displayed in each record, and they up quite a bit of space. I suggested that a sub-form in datasheet view might work better, but they were dissatisfied with the aesthetics. ANYWAY, what they would like is just a box that displays each record number beside the controls in each record. Like say a text box with a 1 in it for the first record, and so on...Is there a function in VBA that will accomplish this task?
They are also unhappy that I don't have anything that tells them when "there are no search results". Is there a function that can be used that would accomplish this task in an "if" statement, if there are no matching records?
Thanks. Dan Eaton
deaton@caemachinery.com
They are also unhappy that I don't have anything that tells them when "there are no search results". Is there a function that can be used that would accomplish this task in an "if" statement, if there are no matching records?
Thanks. Dan Eaton
deaton@caemachinery.com