Search results

  1. Oldsoftboss

    Word Merge

    This is my take on it. It uses a table to store the mail merge name and the qry name that holds the records. Copy the Db and the word letter to a folder somewhere. When you select the word document, navigate to the sample letter and then select the mail merge data source. Once word opens...
  2. Oldsoftboss

    What's your best/worst joke?

    And a mouse was, well, a mouse :p
  3. Oldsoftboss

    Loosing my keyboard and Mouse

    You are probably right Bob, it's been a long time.
  4. Oldsoftboss

    Loosing my keyboard and Mouse

    My favorite windows boot error: Keyboard not found. Press Esc to continue. :p
  5. Oldsoftboss

    Date in a Msgbox

    MsgBox "Yesterday was " & Format((Date - 1), "Long Date")
  6. Oldsoftboss

    Export Graphs

    Or this may be more to the point http://support.microsoft.com/?kbid=200551
  7. Oldsoftboss

    Export Graphs

    Does this help... http://msdn2.microsoft.com/en-au/library/aa159920(office.11).aspx
  8. Oldsoftboss

    Urgent questions

    PS.. Bee You would be better titling your post "A couple of questions" rather that "Urgent" Folks that have been on this forum a long time and see "Urgent" think - another school project running late, and don't bother even having a look. Cheers, Dave
  9. Oldsoftboss

    Urgent questions

    http://www.access-programmers.co.uk/forums/showthread.php?t=125828 Dave
  10. Oldsoftboss

    Field Zoom Box

    Ever found you are running out of room and your forms and want the fields a bit bigger? (Who hasn't) Here's an alternative... It's a simple zoom box that can be customized to suit your needs and can be called from almost any field. I use a double click event on fields I want to allow extra...
  11. Oldsoftboss

    Close zoombox

    Thanks Barry, have taken your advice and submitted it to the sample Db section for approval. Dave
  12. Oldsoftboss

    Disabling buttons depending on users rights

    How are you setting the user rights? As to the disabling... I use a Select Case on the forms load event. Select Case UserLevel Case 1 me.buttonone.enabled = true case 2 me.buttonone.enabled - false end select Dave
  13. Oldsoftboss

    Front end takes sooooo long to edit - Help

    I have experienced a similar thing with my new laptop with wireless networking. When the wireless network is on (even editing stand alone Db's) and the network is idle, the thing slows to a dog,(in design mode) but turn off the wireless network, and it's fine. Work that out ??? Dave
  14. Oldsoftboss

    Does Access require re-installation??

    Weird, very weird
  15. Oldsoftboss

    Does Access require re-installation??

    The lockdown is associated with the .mdb, not Access itself. Re-installing Access will not solve this problem. If the Shift key has been bypassed, unless the person has left a way of re-enabling it, then you may be in trouble. Try opening Access from the Windows menu then create a new Db and...
  16. Oldsoftboss

    Report Layout

    That was easy
  17. Oldsoftboss

    Hooray For Me

    My post count is 2397, Opps Edit 2398, Opps Edit 2399, Opps Edit 2400, Opps Edit... hard to keep up
  18. Oldsoftboss

    Hooray For Me

    Well, it does say you are retired :p
  19. Oldsoftboss

    Report Layout

    Hi Racheal. To display a report with multiple columns you need to goto Page Setup in the menu (File -> Page Setup) Then the 3rd tab dictates the columns. Make the report small enough so it can multiply across the page without going off the page. Trial and error will eventually lead to a...
Back
Top Bottom