Search results

  1. C

    Not sure where this should go

    I have a user that gets an error: The value you entered isn't appropriate for the input mask '99/99/00;0;_'specified for this field. How do I find out where this error is an how to remedy it? Thank you,
  2. C

    Aceess 97, 2000 & XP

    What is the proper procedure for installing Access 97, 2000, and XP (2002) on one machine?
  3. C

    embedded printer in Access 2.0

    I have a user that is running an old access 2.0 database with an embedded printer that points to a nonexisting printer, how can I search the database for \\acme-main\stc_djc1600 and change it to the approprite printer?
  4. C

    Microsoft Access import of Excel data

    I have an NT Terminal Server running Access 2000, but when I try to import an excel file into MS Access, nothing happens. If I do this on my 2K workstation, everything works fine. The Acess db and Excel file are on a Novell server. I can open the file seperately on the Terminal server session...
  5. C

    script access database repair and compact

    I have an Access database that is being corrupted on a weekly basis. It is being used by multiple people. Is there a way to script a scheduled repair then compact in 2K?
  6. C

    Out of Memory

    User gets an "Out of Memory error" when running a query, but there is plenty of RAM and free drive space. Sub Button49_Click () DoCmd SetWarnings False DoCmd OpenQuery "qrymktbl RegionBudvsAct" 'creates table Tbl RegionBudvsAct DoCmd RunMacro "macupd...
Back
Top Bottom