• WSchuckrau

    WSchuckrau

    @wschuckrau

    Viewing 15 replies - 16 through 30 (of 198 total)
    Author
    Replies
    • in reply to: Windows 8.1 boot issues #1422399

      What article is that?

    • in reply to: Refer to a control in a sub report Access 97 #1380416

      We jumped a few hoops but got it. In the sub report I placed a text box named [UnitSum] in the details section with the expression =Sum([Quantity]). In the main report I placed a text box in the details section with the expression =[Reports]![rptAmazonorders]![srptAmazonOrderDetails].[Report]![UnitSum] with the running sum property set to over group. Then I referred to that text box in my date footer and returned the correct total.

      Thanks for helping.

    • in reply to: Refer to a control in a sub report Access 97 #1380379

      OK James, we are getting closer. I now get a return but no a correct return. On the sub report, when viewed by itself, the total is correct, but the total is not correct when viewed in the report. At least the syntax part of the problem is corrected and I thank you guys for that. I am sure it is something simple…it always is with me.

    • in reply to: Refer to a control in a sub report Access 97 #1380137

      Thanks Wendell. I had tried that syntax. =Sum([Reports]![rptAmazonOrders]![srptAmazonOrderDetails].[Report]![Quantity]) I don’t get an error but I get nothing. If I drop the “Sum” I get a result of the first record which happens to be 1. The expression also returns 1 if I drop the name of the main report. The expression builder does not add the name of the main report but like the article you referred me to, the help file adds the main report name so I had tried that.

    • in reply to: Office 97 failed to install #1375884

      I ultimately discovered that Office 97 will install on XP without error if installed before SP2 patch.

    • in reply to: MonthName equivelent in Access 97 #1362622

      Sorry, I wasn’t clear that I am using Access 97. Access 97 does not recognize the MonthName function but it must have a way to convert 12 to December.

      Got it! You use the Format function. Format([aDate],”mmmm”).

    • in reply to: System not recognizing full size of hard drive #1359832

      You are right RG! I went into the BIOS and confirmed 250GB. WOW! I am really getting old. Sorry fellows.

    • in reply to: Office 97 failed to install #1333713

      I received this error when I used the RUN command: LoadLibrary(“C:Program FilesMicrosoft OfficeOfficeHTMLHTMLMARQ.OCX”) Failed – Invalid access to memory location. I will try the link to Microsoft Support. Thanks for your help.

    • in reply to: custom series (2003 sp3) #1146568

      Thank you Hans. Once again after I read the help for MOD and WEEKDAY, I must acknowledge the Lounge really provides a great service to us would-be Excel users.

      And I take it a custom series must be “regular”.

    • in reply to: using Regedit (Vista SP1) #1138414

      Thanks for the links and sorry I’m slow getting back. You know, when it rains it pours.

    • in reply to: Working Offline (2003sp3) #1121264

      Hmmm…..Thank you Steve, I will give that some serious thought.

    • in reply to: Lingering data (2003 sp3) #1121179

      Thank you Joe and Hans. I see that my accumulated attachments would make the .pst file much larger than the original copied and therefore not completely overwrite the file.

    • in reply to: Lingering data (2003 sp3) #1121175

      I am using Outlook stand-alone. So if I were to make a copy of the .pst file prior to creating my emails with their attachments, I could then restore the .pst file after the emails are sent. Does that sound reasonably safe?

    • in reply to: Replace function (2003 sp3) #1120418

      Well my friend, you have never failed me yet. Thanks especially for the MsgBox tip.

      ps I am retired now but still dabbling. The first thing I did for my predecessor is introduce him to Woody’s Lounge.

    • in reply to: Report by Month (Access 2003) #1120312

      Try Format(UpdateWeek,”mmmm”) in a new column to get your months sorted decending. Place this column before the WeeklyUpdate column so it sorts first. The use the query for your report.

    Viewing 15 replies - 16 through 30 (of 198 total)