Search results

  1. M

    ComboBox not showing values

    I tried both of your suggestions, neither one worked.
  2. M

    ComboBox not showing values

    I was hoping it wouldn't come to that...
  3. M

    ComboBox not showing values

    Hi Folks, This one has got me utterly baffled, I will truly appreciate your help. I have a combobox with the following specs. Row Source Type = Value List RowSource = 1;test1;2;test2;3;test3;4;test4;5;test5;6;test6;7;test7;8;test8;9;test9;10;test10;11;test11;12;test12 ColumnCount = 2...
  4. M

    Macro For Password Protect Switchboard

    This is a quote from there:
  5. M

    Macro For Password Protect Switchboard

    See this: http://support.microsoft.com/kb/209871
  6. M

    Macro For Password Protect Switchboard

    not sure what the problem is. you just opened a new thread with this question.
  7. M

    Macro For Password Protect Switchboard

    Please open a new thread.
  8. M

    Take Picture

    Hi, Does anybody know of a method to take a picture with a web cam that will work on Windows 7/8? WIA isn't supported, and I haven't managed to find a way to do it, although I've spent hours searching.
  9. M

    Secure connection to MySQL backend

    Has anybody successfully accomplished the above?
  10. M

    Secure connection to MySQL backend

    Hi, I was asked how to setup a connection from an Access front end to a MySQL back end using SSH. I can connect successfully to the back end using the odbc driver, now we were told that access to the back end server will be limited to fixed IPs (which most of our users don't have) or thru SSH...
  11. M

    Relinking Multiple Password Protected FE and BE

    I get error 3011
  12. M

    Relinking Multiple Password Protected FE and BE

    Thanks for the links. I think I got it to work, I just removed the following lines: If Err <> 0 Then RefreshLinks = False MsgBox "Wrong Password!", vbExclamation, "Error" Exit Function End If
  13. M

    Relinking Multiple Password Protected FE and BE

    Thanks for the response. I don't think that is what I'm looking for. I have seen many examples of relinking multiple BE, but I don't see how the above function differs from them. I would like to simply make the above function work. Thank you.
  14. M

    Relinking Multiple Password Protected FE and BE

    Cheers all Experts, I am currently using the following code to relink password protected BE to a FE, as the comments clearly say it will not work with multiple BE. How can the code be adjusted to work with multiple password protected BE? Function RefreshLinks(MyDbName As String, pwd As...
  15. M

    Hide Access Background and Show Reports

    Hello all Experts, I'm using the following function to hide the access background, the problem I'm experiencing is that although it works well with forms, reports open but are not displayed, in other words access freezes. Here is the code: Option Explicit Global Const SW_HIDE = 0 Global...
  16. M

    Extract a word from a string

    Thank you all for your responses. 1. The length of the string is unknown (i.e. will change from time to time). 2. The word to be extracted will always exist and will be one of 13 possible values (for example: blue, black, brown, burgundy, white, yellow, orange, cyan, pink, red, green, grey...
  17. M

    Extract a word from a string

    I need a function that will accept a string and return one word from that string, the word I'm looking to extract is one of 13 words. All help will be appreciated.
  18. M

    Refreshing Links

    This should do it: Function RefreshLinks(MyDbName As String, pwd As String) As Boolean ' Refresh links to the supplied database. Return True if successful. ' Attempts to connect to mdb named in the jetdatapath setting ' Application fails if mdb not found ' This demo assumes...
  19. M

    Understanding the FE BE Scenario in a Multi-User Environment

    Does anybody know what will happen if multiple users try to access the same record or table simultaneously?
  20. M

    Understanding the FE BE Scenario in a Multi-User Environment

    Thank you for the links, but most of them don't mention multi-users at all. I understand that the ling posted by RuralGuy can be opened by you, but for some reason I can't. Can someone please post the content of that link.
Back
Top Bottom