Search results

  1. M

    generate word document

    Peterssoftware.com, they have a lettermerger that opens word and puts what ever letter you create and merges information, names, amounts, dates, or whatever into a letter. Perhaps you can use this somehow. It's worth a look.
  2. M

    Can you automatically set a forms's margins in a2k.

    bump for some info.
  3. M

    Can you automatically set a forms's margins in a2k.

    Come on, someone has to have needed to set a forms margins in a2k with out going into page setup.
  4. M

    Stop BEEP when msgbox appears.

    I don't want to have to do this on each users computer. Is there any easier way?
  5. M

    Can you automatically set a forms's margins in a2k.

    I want to print a page with .5 magin instead of the typical 1 inch. I am using access 2000, so i can not use printer.leftmargin. Is there a way i can do this through code somehow instead of going into page setup on each users computer? If the page margin is set to larger than 1" it will print...
  6. M

    Stop BEEP when msgbox appears.

    it is playing a sound file through the external speakers.
  7. M

    Stop BEEP when msgbox appears.

    Windows XP Home, office XP
  8. M

    Stop BEEP when msgbox appears.

    bump it to the top
  9. M

    Adjust margin with vba code?

    Anyone know?
  10. M

    Adjust margin with vba code?

    I can only fine example code for PrtMip used in printing or setting reports. And it seems like there is a problm running this in a access runtime enviorment.
  11. M

    Stop BEEP when msgbox appears.

    anyone have any ideas?
  12. M

    Adjust margin with vba code?

    What is that? What is that? How does it work?
  13. M

    Adjust margin with vba code?

    I know in access 2003 i can use: printer.leftmargin = 0 but in access 2000 there is no printer object. Is there a way of setting the margin with vba from access 2000?
  14. M

    Stop BEEP when msgbox appears.

    Tried restarting I tried restarting, it no longer makes the sound when i open a inputbox, but messageboxes still make the sound. Any other suggestions?
  15. M

    Stop BEEP when msgbox appears.

    I want to stop the beep sound from coming up when i open a messagebox, i did already uncheck 'Provide Feedback With Sound' in options. Any other suggestions?
  16. M

    Can you compact on close in access 2000 runtime?

    Can you compact on close in an access 2000 runtime enviorment? Also, if i select the option to compact on close will it work on every computer i copy this database to? Or is it a property of that computer?
  17. M

    Round up to next $25 increment

    heres a trick, multiply by 4 and round to nearest 100, then devide by 4.
  18. M

    mail merge

    Did u check peterssoftware? Peterssoftware has a nice add on program, check it out. Looks Nice... http://www.peterssoftware.com/lm.htm Let me know if u try it and how it goes.
  19. M

    Public Access Terminal - Mouse only application

    This is a stripped down version of my public access terminal. It is a sort of nice way to post information/run simple searches, and make sure that a this is the only application running. This program is ment to be used with no keyboard infront of the computer. This way a user can not...
Back
Top Bottom