Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: djjesp
  • Content: Threads
  • Order by date
  1. djjesp

    fatal error form with tabcontrol in Access97

    Hi, I created a form with a tabcontrol with 6 pages in Access2000. This works fine. When I convert the mdb to Access97 and then try to open that form (runtime or design), I get a fatal error (op0177: 30219724) and Access is terminated. When I convert the mdb back to Access2000, it works fine...
  2. djjesp

    Retrieve ALL data during creation of report

    Hi, I want to retrieve all data for all pages of a report(and its subreports) in one time. So no db-activity when navigating through the different pages of a report, it should already be in memory. Does anyone know a property or some VB-code to get this done?? regards Jesp
  3. djjesp

    reports & runtime version of Access 97

    Hi, We created an application with Access 97 and distributed it to users who only have a runtime access version. Two problems when running the runtime version: 1. There's no printing option in the filemenu for reports(there is for forms), although shortcut crtl+P works. 2. Dates are not...
  4. djjesp

    MSAccess applicationerror after sending an object to Lotus Notes

    Hi there, I'm getting an MSAccess applicationerror after sending an object to the Lotus Notes mailaccount. My code is as follows: DoCmd.SendObject acSendQuery, "query", acFormatXLS, toAddress, , , subject) Lotus notes opens correctly, the xls-file is created correcty and the subject...

Part and Inventory Search

Back
Top