Recent content by DiamondKnight19

  1. D

    Auto-expanding Form

    Unfortunately, this is not the problem... but I made a discovery this morning. I have the vertical scrollbar active. If it is needed, the "form" doesn't grow. As soon as it is needed, the "form" grows by the width of said scrollbar and continues this expansion until the scrollbar is required...
  2. D

    Auto-expanding Form

    Today my world came crashing down around me. The form I've been working on decided to mysteriously start expanding, horizontally, without provocation, every time it's opened. Technically, it's not the form that is expanding, but... and here's where I'm at a loss... I don't know the proper term...
  3. D

    Export Access 2010 Report to Excel 2010

    Good morning, I just ran the following code & it worked without a problem. Let me know if you see something different. Sub Test() Dim outReportData As String Dim xlFileName As String outReportData = "rpt-Cities-Completed-2011" xlFileName = "C:\Documents and Settings\haneyr\My...
  4. D

    Report Header/Footer in Access 2010

    It's unbelievable how stupid I am. THANK YOU
  5. D

    Report Header/Footer in Access 2010

    I will be brief. Hopefully someone will understand my frustration & have pity on me. About 95% of the time when I want to find something, I seem to be completely inept. I cannot figure out how to turn the Report Headers/Footers on. Any help would be appreciated. Some ridicule will be tolerated...
Back
Top Bottom