Recent content by exzant

  1. E

    Macro for append query

    you can add this syntax at Form_Load() DoCmd.RunMacro "YourMacro"
  2. E

    Replace null value with zero in MSAcces

    try this nz([value]) replace value with your own field
  3. E

    Newby: import Access tables to MS SQL database

    You can use Bullzip Access to MySQL converter
  4. E

    How to print with custom paper ?

    I have a report to print on custom paper 8.5in * 5.5in (Half of Letter) how i set in my report ? I have make a custom paper in Printer Server Properties When i print to CutePDF or OneNote2007, it works. (Both Preview or Direct Print) But when i set my default printer to Epson LQ-2180, it doesn't...
Back
Top Bottom