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 Wanet Telecoms Ltd 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: leslie746
  • Content: Threads
  • Order by date
  1. leslie746

    Word MailMerge Datasource Relocated

    I need quick programatic solution to the following problem. I have created a large number of Word documents whereby the recipients contact details are taken from Contacts.mdb located at specific location. Now, the database has been relocated to a different location and all old documents cannot...
  2. leslie746

    Word MailMerge Datasource changed

    I need quick programatic solution to the following problem. I have created a large number of Word documents whereby the recipients contact details are taken from Contacts.mdb located at specific location. Now, the database has been relocated to a different location and all old documents cannot...
  3. leslie746

    MS Outlook - saving, renaming and sending message as attachment

    Can anybody help? I need to highlight (or create OnMouseClick event) Mail item in Inbox, save it as "filename.msg", zip it into "filename.zip" and send it out as attachment in a new ougoing e-mail. Can extra button be created in Toolbar for this purpose? Early response would be most appreciated.
  4. leslie746

    MailMerge from Access - Parameterised Query as Datasource

    I have a following problem: When I create Word document for printing labels, as soon as I point to the source Access database, and try to use the query which uses parameter, say Postcode, I am presented with Tables and some but not all Queries, namely, any parameterised queries are not shown...
  5. leslie746

    Textbox Field Disappears in some but not all records.

    Can anybody assist with this problem; In Access 2002 I have a form with a number of textboxes. Values of the fields derive from comparison of a number of pairs of dates, giving the DeltaDays for each pair. There is one particular textbox which disappears completely from the form in 3 out 11...
  6. leslie746

    File Browser for Outlook attachment on Access Form

    I need to put a dialog box - File Browser (would it be Activex Control, if so, which one?) for picking the file to be attached to Outlook e-mail sent from Access form. The Outlook part works OK and my script so far looks like this: Private Sub btnEmail_Click() On Error GoTo Err_btnEmail_Click...
  7. leslie746

    EDITING ACCESSRT.MSI - DIRECTORY CORRECT SYNTAX??? URGENT

    Dear All, I want to install the Access Runtime along with my application (say MyProg) using the directory tree: Program Files\MyProg\Access_RT where "MyProg" is my application and "Access_RT" contains the Access runtime. When I try to edit Accessrt.msi using Orca, I seem to be lost in Orca...
  8. leslie746

    ACCESS RUNTIME - ORCA EDITOR

    Dear All, I want to install the Access Runtime along with my application (say MyProg) using the directory tree: Program Files\MyProg\Access_RT where "MyProg" is my application and "Access_RT" contains the Access runtime. When I try to edit Accessrt.msi using Orca, I seem to be lost in Orca...
  9. leslie746

    Variable derived from Recordset not passing into SQL Statement

    Hi, Can anybody help urgently, please? In the script below the value of variable "strA" shows correctly in the Message Box, however, when I try to execute the SQL statement: strSQL = "INSERT INTO [Material sent](Material, govt_id, [Date_Sent], sent) VALUES('Letter and Leaflet1', strA, Date()...
  10. leslie746

    Editing Access Runtime Accessrt.msi in Orca

    Dear All, I want to install the Access Runtime along with my application (say MyProg) using the directory tree: Program Files\MyProg\Access_RT where "MyProg" is my application and "Access_RT" contains the Access runtime. When I try to edit Accessrt.msi using Orca, I seem to be lost in Orca...
  11. leslie746

    ACCESS Runtime - ORCA Customisation

    Dear All, I want to install the Access Runtime along with my application (say MyProg) using the directory tree: Program Files\MyProg\Access_RT where "MyProg" is my application and "Access_RT" contains the Access runtime. When I try to edit Accessrt.msi using Orca, I seem to be lost in Orca...
  12. leslie746

    Progress Bar in Access while saving output file

    Can anybody provide me with the coding for implementation of Progress Bar in Access to show the progress of the command: ------------------------------------------------- objWordDoc.SaveAs FileName:="YourDocName.doc" --------------------------------------------------- in the following coding...
  13. leslie746

    Access Reports to WORD - URGENT

    I have a report based on a query resulting in over 100 records. I want to save each record as a Word document based on a template. My problem is that when I use VB code with reference to recordset, it revolves around first record only and I would like to be able to save all individual records...

Part and Inventory Search

Back
Top