Search results

  1. B

    How to minimize Access window and open the form on top

    Hello guys, Who can tell me how to minimize Access window while it's form is on top of other open windows (e.g. other applications which are maximized like Excel). By using acCmdAppMinimize command, only the Access window is minimized and if other applications are maxmized, they will be on top...
  2. B

    How to define accessibility for different users

    Hi guys, I have a multi-user database. I would like based on the logged-in user, some buttons and controls in different forms be disabled and the others be enabled. There is a login form that gets the username; I made also a function to define authorities for users in it. My plan is that when...
  3. B

    Get computer name

    Hi guys, I have a database which is going to be used in network of the company. I have defined authorized Domain usernames and Computer Names in a table. There is a Login form in which I placed a code to get the computer name and domain username to compare with the ones I have defined in the...
  4. B

    Import multiple files to multiple tables

    Hi guys, I made a database that in one of the forms, I like by clicking on a button the user be able to select 5 excel files with different file names (in the same directory) and then based on the imported file's names, it be stored in 5 different tables. At the moment by using the bellow code...
  5. B

    Variable's value doesn't store in function

    Hi, I defined a public variable and then for being able to filter a query results, assigned it to a public function. The problem is that function doesn't get the variable's value.:banghead: Any helps will be appreciated Thanks :)
  6. B

    How to run a function in a subroutine

    How to run a function in a subroutine? Hi guys, I have a database which needs to be updated everyday. So I decided to make a subroutine to perform the update steps just by clicking on a button. :) The problem is that I can run all the steps except one!:banghead: At the end of the steps, there...
Top Bottom