Search results

  1. 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...
  2. 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.
  3. 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