Search results

  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...
  16. J

    Making 2 fields from one

    I have a table with a name field which contains the full name of a customer. I need to separate the name field into first name and last name fields. Any suggetions on a query that wil do that for me? The full name field looks like this: Joe Smith Thanks...much.
  17. J

    New fields from existing data

    I have field1 containing the following: X400:c=US;a= ;p=DCF;o=REGION1;s=MBAKSAY;%SMTP:fname.lname@PO.STATE.CT.US I need to be able to create a new field2 which will always contain the information between the ";%" and the ".US". Help..please. Thanks
  18. J

    Output to Excel

    Is there a way of sending the the result of my Access query to an Excel spreadsheeet ?
  19. J

    Multi Table Form

    Can someone help me. I need to combine the fields from 3 different tables onto the same form. Thanks
  20. J

    Update Query Trouble

    I have a table with 7,000 records with fields Worksite and Category. Half of the records have data in the Worksite field, the other half has no data. What is the Update query that will enable me replace the empty Worksite fields with the word "Used". Thanks...much.
Back
Top Bottom