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 bkrike 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. TimSzrejter

    SendObject to send report to Outlook

    I have an Action Form in my application that I want a user to be able to fill out. After filling out the user clicks on an email button which calls a SendObject action to email a report to a particular person. The report is referencing the fields that were filled out on the form. My problem...
  2. TimSzrejter

    Scroll down detail section in code

    I have a long detail section in a form that the user must scroll down through in order to see from the top to the bottom of the form. Is there a way through code to move the detail section of the form up and down without setting focus to a control on the form?
  3. TimSzrejter

    Responding to mouse move over items in combo box

    I have a combo box on a form. The combo box has 3 items to select from. I want a label next to the combo box to populate with a description for each choice as the user moves the mouse over the items of the combo box. Is there a way in the mouse move event of the combo box to see which item is...
  4. TimSzrejter

    Automate Excel from Access with arguments

    I have an Excel 97 file which contains some VBA procedures. From Access, I am able to open Excel and open the file that contains the procedures. What is the correct way to call this procedure inside the Excel file from MS Access 97 and also pass arguments to the procedure. Thanks for any...
  5. TimSzrejter

    export OLE field to Word

    I am having trouble showing an OLE object field in Word 97. I have a table in an Access 97 database which contains many fields. One of the fields is a OLE object, which is set to be a Word.Document and is embedded in the table. The users will input the data into this field through a form...
  6. TimSzrejter

    I need to change the pointer to an Hourglass in Word 97

    I need help changing the pointer to an Hourglass symbol in word 97 through code, while some VBA code execution is taking place. The processing of the document may take awhile and I don't want the user to see just a pointer and a blank screen. Will change back to pointer at end of code...
  7. TimSzrejter

    Error in running report

    I have a report that is running very erratic. Sometimes it will populate and sometimes it will come up #Error in all the fields. The front end database contains the report and all the code. When the report opens a sub procedure is run which populates a worktable in the front end app. The...
  8. TimSzrejter

    How to advance to next record in report by code?

    I have written some code to create a table of contents for a report I have created. I have code in the Detail_Print event so that as you move from the first record to the last record in the report it writes the page number and description to a table. Then I can use this table to show a report...

Part and Inventory Search

Back
Top