Search results

  1. E

    Can you assign a report to a specific printer ?

    Is it possible to send a particular Access report to a specific printer via code or some other way? edtab
  2. E

    Disappearing Modules... need urgent help !

    I am encountering a very unusual problem. I have an application with VBA coding contained in modules. I can see all the codings when I open it up in my machine. However, when I install the software at the client's location, the modules are "blank" (no code showing) when I open them up for...
  3. E

    Changing control source of combo box at runtime

    I would appreciate hearing from anyone who knows how to change the data/control source of a combo box using VBA at runtime. Thanks, edtab
  4. E

    Creating .asc text file from Access - need urgent help !

    I have a project that requires creating a text file (.asc extension) using an Access table as its source. I have done this before using a "transfertext" program in VBA; however, this last one has slight twist to it. The resulting .asc file file has to be broken down into two rows for each...
  5. E

    AWF Logo

    Re: Logo Here's my stab at it. edtab
  6. E

    Urgent help needed with VB code!

    I have an application that tracks maintenance contracts including their renewals. The contract no. field is 6 bytes long. Each time a contract is renewed, I need to increment the suffix by "1". For example, the contract no. "1236" will be renewed as "1236-1" and a contract no. with a "-1" will...
  7. E

    Converting split db from AC97 to AC2K

    I am planning on converting the frontend of an existing db from AC97 to AC2K. Should I convert the back end as well? What are the ramifications if I leave the backend as is in AC97 format. edtab
  8. E

    Input mask on InputBox()

    Does any one know if you can put an input mask on an InputBox()...for example, it will be easier to type in a date criterion if the slashes are provided ie(__/__/__).
Top Bottom