Search results

  1. S

    'Saving' is deleting a record ???

    It's part of a single table. I've managed to get around the problem by removing the reference to (VAL NOTES AUTO) from the original control button, and creating a new button just to update this field. This works fine.
  2. S

    'Saving' is deleting a record ???

    I have a database that has been working fine, but seems to have delevoped a glitch. I have a control button that sets a number of fields part of which is: ElseIf [PolicyType] = "aaaaaaa" And [Company] = "bbbbbbb" Then [POLICY CATEGORY] = "ccccccc" [POL CAT ID] = "3" [RET AGE LABEL] = "" [VAL...
  3. S

    Opening Folder

    Actually I'm using 2002 and this works fine for me.
  4. S

    How Do I Attach A File To A Form

    I've done this in quite a simple way... I' added a text field for each client on my Client table. Then I made the text box into a hyperlink via properties. You have to use admin mode to edit the hyperlink, which does have to be done for each client but you only need to set this once. The...
  5. S

    Opening Folder

    Solution I've done this in quite a simple way... I' added a text field on my Client table. Then from the form I made this into a hyperlink via properties. You have use admin mode to edit the hyperlink, which does have to be done for each client but you only need to set this once. Each...
  6. S

    export individual pdfs

    shudini, sorry to hijack this thread, but it sounds like you know the answer to a question I have posted... I have an annual valuation report that I need to print to PDF and save in an existing folder. At the moment I have a control button which prints the report. I have the report setup to...
  7. S

    you Getting pdf reports to self name themselves

    Added info OK a bit odd to reply to your own post but, this extra info may help... I already have a text field for each client which contains the location of their particular folder, which I've made into a hyperlink to get directly to their records (word and excel files) outside of Access, so...
  8. S

    you Getting pdf reports to self name themselves

    I'm a bit of a novice with Access - so apologies if this ia a really stupid question... I have an annual valuation report that I need to print to PDF and save in an existing folder. At the moment I have a control button which prints the report. I have the report setup to print to CutePDF so...
  9. S

    Updating from one field to another (on the same table)

    Thanks You are a superstar!
  10. S

    Updating from one field to another (on the same table)

    I need a control which will update one set of fields from another on the same form - It's a valuation page with fields for the current value and previous. Obviously after a year current will become previous and a new value added to current. So I need to be able to hit a button which will copy...
Back
Top Bottom