Recent content by JJT

  1. J

    Date Problem

    Thanks For your help.
  2. J

    Auto E-mail Sender

    Thanks for you help.
  3. J

    Auto E-mail Sender

    Hello. Is there a way of setting up my database so that Access will automatically send me a e-mail or an alert when a field reaches a certain value? Thanks
  4. J

    Date Problem

    How are you? I would like to change the format of a date on a report. The current format is =NOW() which gives me 2/24/2004 9:10:58 AM I want to change it to February 24, 2004. What do I have to do to make the change? Thanks
  5. J

    Date Range Help

    Thanks. The "between" function worked. Another question! In the same query I also need the records where the "code" is TO or PR or GA.
  6. J

    Date Range Help

    Help......I have a query where I need to select records within a date range: Equal to or Greater Than 8/1/2002 and Less Than or Equal to 7/31/2003. I tried " >=#8/1/2002# and <=7/31/2003", but get all the records in the table. Thanks
  7. J

    Make Table Query

    Yes. I did not get your example.
  8. J

    Make Table Query

    Hello. I have a table in which some of the records have the same info in the "Name" field. Is it possible to create a Make Table Query that will not select any records with duplicate info in the "Name" field?
  9. J

    Select Table Data in the Report

    Is there a way to enter a table data selection criteria from within a Report without using a Query? Thanks....much
  10. J

    UPDATE Table Query

    Update Tbale The first two fields are empty. They need to be filled with the Date and Desc from the first record in the series.
  11. J

    UPDATE Table Query

    Hello. I have a table with 8 fields and 3,500 records. Each record will always have data in all but two fields: Date and Desc. Example: Date - Desc - Month - Number- ...... 1/1/02 - AMT - June - 850 - June - 850 - June - 850...
  12. J

    CheckBoxes

    I'd like to put 5 checkboxes on my form. Each time one box is selected, a predefined message will be put into a text or memo field. Thanks very much
  13. J

    Email message from Access to Outlook

    Is there a way for Access to send out an e-mail messase reminder when the current date = reorder date? Thanks...much
  14. J

    If Then DATE help

    I need help with the following: If TYPE = c THEN NEWDATE = DATE + 15 ELSE DATE = DATE + 30 Thanks....much
  15. J

    Auto Fill Text Fields

    I have 15 pre defined text messages. I want to be able display any one of them in a field based upon the checkbox that is selected. Example: If I select checkbox1, "this is a good day" will be inserted into a text field1 If I select checkbox2, "this is a not good day" will be inserted into a...
Back
Top Bottom