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 strongm 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: *

  1. chloec

    Report - Input Values

    If the user selects the item on a form then clicks a button to open a report there is no reason why you can't use the where condition of the docmd.openreport function.
  2. chloec

    Reports - Calculated fields

    You can open a report in design view first, setting control sources of textboxes, then opening it. It is slow and does not look great because sometimes it flickers from design view to open view but I think this will do your job.
  3. chloec

    Unable to Use Switchboard Manager in a Project (adp)

    Build the switchboard properly, not using the pain in the back side wizard which if the application is not thoroughly documented is very difficult for a developer unfamiliar with it to decipher.
  4. chloec

    Refresh a Sub Report

    Could you use the form A getting focus or being activated, which should happen when you close the subreport which opened it initially, and check if the form is open, and if it is not requery?
  5. chloec

    Send a Report as an attachment via Outlook Express/Email

    I'm not sure if you can do this with outlook express, but I know you can do it with outlook. You have to reference Outlook in tools - references, then in code open an outlook application, create an email, then add an attachment to it. This has to be an independent file, so you will have had to...
  6. chloec

    How to : select the whole text of a combo on click

    You need to use the selected and column properties of a combo box. The help in access for these properties give you examples which will show you. In affect you get the selected `row` number, then ask it to give you the data in the columns when the row is the number you got from the selected...
  7. chloec

    Hummingbird execute stored procedures

    Does anybody know how to get hummingbird document manager to execute oracle stored procedures. The scenerio is VB6 code sending commands to hummingbird to execute oracle stored procedures. We know how to write VB6 code to get hummingbird to send SQL statements to Oracle, but not execute Stored...

Part and Inventory Search

Back
Top