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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by cmmd2003

  1. cmmd2003

    Print Report Using DoCmd

    how can you reference a particular button
  2. cmmd2003

    Print Report Using DoCmd

    Private Sub Report_Open(Cancel As Integer) DoCmd.OpenReport "RptItem" End Sub
  3. cmmd2003

    Print Report Using DoCmd

    when i use his code i get the same error. And f1 attempts to install some form of help that i dont have and it fails.
  4. cmmd2003

    Print Report Using DoCmd

    That doesnt help. From the switchboard, i want to click a button that will open the report, and the report prints automatically. I tried using the code DoCmd.PrintOut acPrintAll In the On open event to no success. Im getting the error message This action cannot be carried out while...
  5. cmmd2003

    Print Report Using DoCmd

    How do you print
  6. cmmd2003

    Print Report Using DoCmd

    Well basically, from a switchboard, i want to print a report without having to open it, go to filed and then click print. Ideally i just want it to open and print on its own.
  7. cmmd2003

    Print Report Using DoCmd

    Can anybody explain why this does not work Private Sub Report_Open(Cancel As Integer) DoCmd.PrintOut acPrintAll End Sub Im getting the error message This action cannot be carried out while processing a form or report event.
  8. cmmd2003

    Form close automatically after certain amount of time

    Thanks.. your a legend. Would it work the same with On Mouse Move
  9. cmmd2003

    Form close automatically after certain amount of time

    Nothing seems to happen. The Timer Interval event is left at 0. Not sure if that makes any differnce
  10. cmmd2003

    Form close automatically after certain amount of time

    I havent tried anything apart from using the timer interval. But that just runs the DoCmd consistently over an interval
  11. cmmd2003

    Only allow 1 record on a subform

    However setting the allow additions property to no prevents any records being added at all
  12. cmmd2003

    Form close automatically after certain amount of time

    Thanks for all your help. Your a wiseman. That made sense, but is there a way i can set it so that if the computer has been left in the same state for, lets jus say 30 seconds, then something happens.
  13. cmmd2003

    Form close automatically after certain amount of time

    IS there a way of making a form close automatically after a period of inactivity.
  14. cmmd2003

    Need some explanation of certain pieces of code

    The resource i need for that is apparently unavailable, prob cos i got a dodgey copy
  15. cmmd2003

    Need some explanation of certain pieces of code

    DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70 Could someone explain to me what acFormBar, acRecordsMenu and acMenuVer70 refer to please.

Part and Inventory Search

Back
Top