Search results

  1. C

    RTF to plain text conversion problem

    According to all I've seen across the web, to convert .RTF data to plain text data I should use the plaintext function. On reading in a .RTF file the Rich Text formatted text displays a perfect rendition. Attempting the plaintext conversion results in a display of jibberish. I'm using Access...
  2. C

    Solved shutdown function

    Is there a function/macro I can write which will always be called when Access closes regardless of the method (except of course power failure/ windows crash). I need to perform some specific clean up operation when the database closes regardless of whether the user presses the handy EXIT APP...
  3. C

    Tabbed form - tabs no longer visible/selectable.

    The form I have has 5 tabs some for database interrogation, some for user information. When recently opening the form all the tab headings are no longer displayed. They are all present in Design view, and set to visible=true. Any ideas on the cause/solution?
  4. C

    Print form object as .PDF using VBA

    Is there a method by which I can send the contents of a populated for directly to a .PDF document? (possibly via a print to PDF)
  5. C

    How to Copy graphs from forms to reports ??

    I have inherited a database which generates graphs on a form using an over complex series of queries I need to be able to export the graphs to a .PDF document. There are multiple graphs (31) which may be column or line graphs, each having different titles and axis labels. So far I have created a...
  6. C

    Howto change the event function name

    I have a database form design which has 85 labels for user option selection. Can I setup a single event subroutine that can be called every time a label is clicked (i.e. all the label.click events point to the same function) without having a routine for each one. I really don't want 85 separate...
  7. C

    Hi Everyone

    Hi there, I've programmed in Access for a while, but still have lots to learn. I'm based in the UK and have the task of updating someone else's work. Carlton.
Top Bottom