Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Scroll Bars Missing

Status
Not open for further replies.

tennisguy

Instructor
May 5, 2003
26
US
Hi. I have a form that does not display either the horizontal or vertical scroll bar. The Scrollbars property in the form's property sheet is set to both, so I was curious if there was something else I'm missing that would cause this. Not sure what other information to provide. The form is based off of a query, but I'm not sure that the record source should have anything to do with the design or form view.

I've opened this form on several different computers and different versions of Access and the same thing happens.

Thanks,
Michael
 
OK. I discovered that I had a macro running when the form opens that finds the first record with a certain value in a specific control. When I take the macro away from the form's OnOpen event, the scrollbars show up again. I'm using the FindRecord action in the macro with the FindFirst argument set to Yes. I can still browse records OK using the navigation buttons, but it just took my scrollbars away. Is there any way to prevent this from happening or a different strategy I can use to find the first record without using the FindRecord argument?

Thanks again,
Michael
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top