Recent content by jlee

  1. J

    export to csv in vba

    Nevermind! I found this topic discussed in the query section of this forum. Thanks again.
  2. J

    export to csv in vba

    Thanks so much for the reply. Now I got the date formatted correctly but I can't get rid of the time displayed as hh:mm:ss in the csv file. Any idea how to display the date WITHOUT the time?
  3. J

    export to csv in vba

    Can anyone assist me in writing vba code to export an Access table to csv format? I also need help in reformatting the date field to mm/dd/yy in vba code. The original date format in the Access table is m/dd/yyyy. I was told that you have less problems exporting in code rather than exporting...
  4. J

    display last record

    Can someone please tell me how to display only the last record of a subform in a report? I tried to print the current record after I moved to the last record of the subform but I couldn't make it work. Boy do I have a lot to learn! Any help would be greatly appreciated.
  5. J

    check boxes

    Pat, that is exactly what I needed to know! The purpose of the check boxes are indeed to leave out some contact numbers on the report. Thank you so much for your help!!!
  6. J

    check boxes

    I have a form that has separate text boxes for contact numbers (phone, fax, pager, etc). There are also check boxes on the form for each contact number. How do I create a report to print only those numbers that are checked? Also, is it possible to create part of a report using the Access...
Back
Top Bottom