Search results

  1. F

    Open debug window from code

    Hi, Is it possible to open the debug window from code. In my startup options, i blocked the ctrl + g to open the debug window. Now i want a command button with code to be able to open the debug window after i type in the correct password. What code do i have to use? Frank
  2. F

    Problem with recordset (fieldname = variable)

    Hello, I'm trying to create a general module, that i can use in different databases. Sub FLogin(tablename, user, computer, InOut, type) Dim rslogin As DAO.Recordset Set rslogin = CurrentDb.OpenRecordset(tablename, dbOpenDynaset) rslogin.AddNew rslogin!user = fOSUserName() rslogin!computer =...
Top Bottom