Consulting

Results 1 to 5 of 5

Thread: Access Database Contents to Word via Userforms

  1. #1

    Access Database Contents to Word via Userforms

    Dear VBA experts,

    I have created a word template that loads a userform with multiple input boxes that then gets transferred to bookmarks.
    The template is used to quickly draw up a budget proposal for a wedding (for a wedding coordinator). The form has fields for event name, couple details etc, as well as a form for budget figures.
    What I want to do is to link this information to a database instead of typing in the information every time. What I want to know is:
    1. How do I make the template automatically invoke the database (Access 2003)?
    2. Is it possible to link the document to an offsite database on a ftp server?
    3. Can I update the database from the userforms in word, rather than forms in Access?

    PS: If I need to use some other type of database such as a SQL database that would be fine.

    Cheers!

  2. #2
    VBAX Expert
    Joined
    Jul 2004
    Location
    Wilmington, DE
    Posts
    600
    Location
    Why not simply use Access forms?
    Regards,

    Patrick

    I wept for myself because I had no PivotTable.

    Then I met a man who had no AutoFilter.

    Microsoft MVP for Excel, 2007 & 2008

  3. #3
    I'll try that -
    Can I export my Access database info to a word document (with the click of a button ), or do I need to use Access Reports?

    I've attempted Access reports but find them a bit Greek.

  4. #4
    VBAX Expert
    Joined
    Jul 2004
    Location
    Wilmington, DE
    Posts
    600
    Location
    You can use code to create a Word doc from Access. You could even export an Access report as an RTF file (although the formatting is not high fidelity).
    Regards,

    Patrick

    I wept for myself because I had no PivotTable.

    Then I met a man who had no AutoFilter.

    Microsoft MVP for Excel, 2007 & 2008

  5. #5
    Dear Matthewspatrick.

    I will spend some time on this before posting again.
    Thanks for the info!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •