Recent content by busterg

  1. B

    Input Mask

    I need an input mask that figures out the first part of the year date when the second part is entered. For example once I type in 02 the field will diplay 2002 for the year, but if I type in 99 it will display 1999 for the year. These dates are always between 1940 and 2002. Is this possible...
  2. B

    Output to Excel

    Is it possible to have a command button in a form to output the details of the current record on that form into an excel spreadsheet instead of all of the records in the database?
  3. B

    Word Mail Merge

    I have a form that contains names and addresses that I want to merge with a word document. I have been doing this by simply creating a word document linking to the form in the database, setting up a macro in word to merge with that data. Then on a command button in the form running a macro to...
  4. B

    Help with command button

    That will work if I wanted the same file to come up with every database entry but I need a seperate file for each entry
  5. B

    Help with command button

    I need to insert a text field in a form where you can input a path to a file (e.g. c:\mydoc.txt). Then I need a command button to open that file. How do I do this. I am a beginer so please try to help as much as possible. Thanks in advance
  6. B

    Linking external file

    I need to link to an external file (.pdf) that has been entered into a text field. Can anyone help
Back
Top Bottom