Search results

  1. S

    Display the result of a dropbox on other forms..

    I put the following code on a different form (Start) to see if the Public Variable strAfkorting was still working.. Private Sub Form_Open(Cancel As Integer) DoCmd.Maximize MsgBox "Welkom " & strAfkorting And to my suprise, all i see is 'Welkom ' Which means that there is...
  2. S

    Display the result of a dropbox on other forms..

    Thanks, ill give it a try. edit: It looks like it works just fine.. So im guessing its the Public String that is not working right, or needs to defined differently.. Right now, ive defined it in a seperate module (Module1) as: Option Compare Database Option Explicit Public...
  3. S

    Display the result of a dropbox on other forms..

    I have actually, but the problem with Environ Username is that it takes the username of the account that is logged into Windows. And thats not what i want since all the people in the lab login with the same username and pw, because its just one computer and it needs to stay on all the time due...
  4. S

    Display the result of a dropbox on other forms..

    Good afternoon everyone, Before i start explaining the problem i'd like to say that these forums have been a great help, and a good resource for information regarding Access and Visual Basic. Ok back on topic: I am dutch so there's a chance that the names of tables and records are dutch...
Back
Top Bottom