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 Wanet Telecoms Ltd 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: *

  1. tsonnenl

    Export form to different program?

    I've never heard of that before, and actually I couldn't find any info on the Safe Mode command line switch at all when I looked for it. I tried just slapping the /safe at the end of the command line anyway, and there appeared to be no change in opening the corrupt db or a working one that I...
  2. tsonnenl

    Export form to different program?

    I can't get into the old DB at all using Access. The only thing I have gotten to is the data through Excel.
  3. tsonnenl

    Export form to different program?

    Yup. Sorry if that wasn't clear. I can't import the forms from the old DB into a new one. After I browse for the old DB using the import function in the new DB and hit OK, the screen where you choose the objects in the old DB that you want to import never comes up. However, I noticed that if...
  4. tsonnenl

    Export form to different program?

    Hi- I have a corrupt database that I need to get a few forms out of. When I try to open the file, I enter my password and then the file fails to open. Access itself stays open as if I had closed the database window and now no Access files are open. I have not found any information regarding...
  5. tsonnenl

    File dialog

    That did it. Thanks! Have a star.
  6. tsonnenl

    File dialog

    If an excel document is open and the code is executed, nothing happens in access but the excel window in the taskbar begins to blink. When that excel window is maximized, the dialog box is open in front of the spreadsheet instead of the dialog box appearing in front of the form in access.
  7. tsonnenl

    File dialog

    Followup: When I use the GetOpenfileName method while I have an Excel document open, the dialog box opens up in Excel, not Access. Is there any way to block it from opening in Excel? Thanks. Todd
  8. tsonnenl

    Open/Launch file regardless of file extension

    Slashes going in wrong direction. Problem solved.
  9. tsonnenl

    Open/Launch file regardless of file extension

    Okay, I tried both of these and they work when the document is located on the local machine, but not when it is located on a remote server, which is what I would need. I tried using the server name directly (//server/folder/file) and also the drive letter that my local machine uses...
  10. tsonnenl

    Open/Launch file regardless of file extension

    Perfect! I don't know how I missed that. Thank you. Todd
  11. tsonnenl

    Open/Launch file regardless of file extension

    Hi- I'm writing a document management tool and need to know if there is a function or method of opening a file using the windows defined program associated with it. I believe the Shell command only opens exe files and other methods require creating an object of the specific program you want to...
  12. tsonnenl

    Duplex Access Report problem with group ending on odd pages

    Does anyone know how to do this in conjunction with reassigning page numbers as described in KB 306127? Using this method for generating a blank page, my page numbers get all fouled up... TIA. Todd
  13. tsonnenl

    Link DBF file using VBA

    That did it. Thanks! Have a star.
  14. tsonnenl

    Link DBF file using VBA

    Hi- I'm having trouble linking a dbf file in code to the current Access database. Here's the code DoCmd.TransferDatabase acLink, "dBase IV", "//server/folder/BILLSUM.dbf", acTable, "BillSum.dbf", "BILLSUM" What's odd is that I'm getting a "not a...
  15. tsonnenl

    Corrupt Database Fix

    I just wanted to post the resolution to a problem that brought our office to its knees this past week. We have a multiuser Access 2K database being accessed by about 12 clients with W2K and have been getting the following error about every 10 minutes after repairing: The database...needs to be...
  16. tsonnenl

    reset page number

    I went with DAO instead, but thank you. Maybe I haven't been very attentive in the past, but you seem to be posting in every thread I look at all of a sudden. Did you recently quit your job and turn to being a Tek-Tips guru? :) How do you have time for all of this? Just curious...
  17. tsonnenl

    reset page number

    I used the code from the Knowledge base and I am getting a 'Type Mismatch' error on the Set GrpPages = DB.OpenRecordset("tblReportGrouping", DB_OPEN_TABLE) in the Report_Open Event. I obviously changed the table name from what is in the example, and it has been changed in all...
  18. tsonnenl

    .ActiveInspector - Method or data member not found

    Finally!! I took the code from the problem function and placed it where it was previously referenced to eliminate those issues discussed above, and the second instance of the outlook object was removed. Thanks for your time Rob, have a star.
  19. tsonnenl

    .ActiveInspector - Method or data member not found

    Shouldn't it recognize the "Set objOutlookMsg = objOutlook.CreateItem(olMailItem)" line that was already executed in the function above it? I'm not very familiar with the ActvieInspector method but from what I have read and more importantly what I am trying to do, isn't the...

Part and Inventory Search

Back
Top