Hello,
I am creating a phone book. I set it up as a continous form, and in the detail section it displays the results (Name, phone, dept etC)
I have it pull the data based on a query, and then I have option buttons that filter the data based on the last name... So i have 27 option buttons one for each letter and an All button...
Heres my problem, everythign looks fine but the scroll bar for the results is on the far rightside of the window, this is a small problem because it isnt very clear that the scroll bar is associated with the results. I wanted to come up with a way to have the scroll bar closer to the results, but unfortunately with using continue form method, I am not able to put anythign int he detail secion, such as a scroll bar.
I was thinking about having a subfrom with the results in that window but I am having problems getting started? I want to be able to control the results displayed in that subform the same way I can with them int he detail section by means of filters etc, can anyone give me any suggestions on how to do this?
Thanks
I am creating a phone book. I set it up as a continous form, and in the detail section it displays the results (Name, phone, dept etC)
I have it pull the data based on a query, and then I have option buttons that filter the data based on the last name... So i have 27 option buttons one for each letter and an All button...
Heres my problem, everythign looks fine but the scroll bar for the results is on the far rightside of the window, this is a small problem because it isnt very clear that the scroll bar is associated with the results. I wanted to come up with a way to have the scroll bar closer to the results, but unfortunately with using continue form method, I am not able to put anythign int he detail secion, such as a scroll bar.
I was thinking about having a subfrom with the results in that window but I am having problems getting started? I want to be able to control the results displayed in that subform the same way I can with them int he detail section by means of filters etc, can anyone give me any suggestions on how to do this?
Thanks