Search results

  1. S

    Exporting Query to RTF

    Hi there, Can anybody tell how to export the data from a Query to RTF via VBA or Macro? I have tried TransferText from a macro but this comes up with an error "cannot update. database or object is read-only". Any ideas. Thanks Smilla
  2. S

    Mailmerge with Word but not data not live

    I'm trying to find a way whereas a user can click on a hyperlink on a webpage (intranet) and it opens a report with live data taken from Access. My idea was to create a word template linking the data source to the db. My problem was that I have 55 companys with 10 different modules (sections...
  3. S

    Hyperlinks in Text Boxes

    Hello, Can anybody tell me whether I can have a text/memo box and allow the administrator (Can Edit) to add in Hyperlinks. I have an example:- Text Box: "The Special Report can be found Here ." With the 'here' being the hyperlink. Thanks in advance Smilla
  4. S

    Exporting Reports to Word - breaking up the data into separate docs

    Hello there, I have been asked this question a couple of years ago and I did not know the answer but I'm hoping someone will know now. I want to export my reports to RTF Word which works ok but I want to create a different word document for each Company. Is there a way of writing some code in...
  5. S

    Multiple Criteria Expressions

    I need a little help please I have just got this help from Access Visual Basic stLinkCriteria = "[MID] = " & me![OID] ' this one works (numeric field) stLinkCriteria = "[MText] = 'Text' ' this one also works (text field) but as soon as I do this:- stLinkCriteria = "[MID] = " &...
  6. S

    Text to Display/Hyperlinks in Forms

    Hi there, Can anybody tell how to create a Text to Display and when the user clicks on the link it is a hyperlink. For instance, I'm guessing that in the table I could create a field called TextToDisplay, text field as well as Hyperlink field as a hyperlink. On the form, instead of the user...
  7. S

    Cannot Locate the Internet Server - Hyperlinks

    Hi there, I have a form whereby I have Hyperlink text fields for users to enter in a new hyperlink. For some reason an error appears as I hover & click on the hyperlink. The error is Unable to open http://www.blahblahblah.com. Cannot locate the Internet Server or proxy server. Any ideas? Smilla
Back
Top Bottom