Search results

  1. E

    Show Database Window after Hide

    I have an ms access 2013 db on a WIN 10 64 bit machine. What I'm trying to achieve is to have my login form showing up without the database window frame, just the form alone, then (after login) restore the database window. I am using this code I found somewhere: Global Const SW_HIDE = 0...
  2. E

    Export executable OLE Object

    Hi, Trying to figure out how to export an executable OLE Object from a table in a certain location. I am googling for a few days now, I found many solutions for pictures, office documents, etc... but I did not managed to addapt them for my needs. Basicaly what I want is to hold in one of my...
  3. E

    Help with Application.Run

    I would like to lunch Procedures and Functions within VBA. Looking in Help, Application.Run can do this but I can't make it work. Can anybody post a piece of code which can run a Procedure from a stand alone module in the same database please? Thanks.
  4. E

    Lost all modules

    I have made a big MDB and at some point when I tried to DELETE a form an error message pops up saying that duplicates can not be inserted ?!?! After that if I try do display any vba code the DB says that the module does not exist! What can I do?????? Any help appreciated!!!!!!! THanks
  5. E

    Memory variable as query criteria

    Hi, Could anybody tell me if there is a way to use a memory variable as query criteria? If yes then How? But not passing from VBA. Thanks.
  6. E

    Link tables to SQL via odbc using VB

    Hi guys, Could anyone give me a code to create linked table to SQL server using ODBC Connection string? Thanks.
  7. E

    Self-building database

    Hi All, I am working on an Access database (2000) which will be used by many users. My question is if is possible to build/create forms and queries using visual basic and storing the source in a table. Thanks.
Top Bottom