Search results

  1. C

    Get username and computer name

    Anybody know how to access the name of a user's computer and their network logon name using VB/VBA? Darrin@CB69
  2. C

    Open a database with VBA

    I have two databases which store related data. I would like to open one database from the other using VBA (don't ask why). If possible, I would like the user to simply click a command button on a form in database 'A' which triggers database 'B' to open. The trick is I want database 'B' to...
  3. C

    basic internal functions not working

    I have created a complete and fully functional Access database using MS Access 97. When running the application on the computer that I created it on, everything works great, no problems. However, when I run it on any other computer, errors occur when it tries to execute certain basic internal...
  4. C

    export Acces forms to VB??

    Is there a way to export an Access form to a Visul Basic project? If so how? Thanks
  5. C

    go to record in a form - find by field value

    OK, my simple little form simply inputs data into a table containing thousands of records. Is there a way to put a control onto the form that will allow the user to go directly to a record where the value of a particular field is equal to a value entered by the user? Say, for instance, the...
Back
Top Bottom