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

Search results for query: *

  • Users: bJohnnyv
  • Content: Threads
  • Order by date
  1. bJohnnyv

    Update MSChart in Access 2000 Report

    I need to be able to change the .MaximumScale & .MimumScale of a chart in a report. I copied and pasted the mschart from a form and the code. It works in the form but in the report i get a runtime error 2771 -> the bound or unbound object frame you tried to edit doesn't contain an ole object...
  2. bJohnnyv

    Select Paper Tray using Code

    I am using the Common Dialog box to allow users to select the output printer. I need to be able to force the output to tray #2. I cannot find the correct settings, does any one know?????. This is what i found to date With CommonDialog1 .Orientation = 2 .CancelError = True...
  3. bJohnnyv

    Public Variables in Access97

    I need to define an variable in access97 that is available to everything. I tried using public but the variable is only available to that form and not the next form. Where do i define the public variable so it is always available. (this one should be easy but i am not getting it)

Part and Inventory Search

Back
Top