Search results

  1. O

    If Then Else Multiple Criteria

    Hello, I have a custom login page that works On Error GoTo ErrorHandler: If IsNull([txtLogin]) = True Then 'Check if UserName is blank MsgBox "Please type in your ACF2 or login ID." Else 'Compare value of txtLogin with the saved Logins in Users table and...
  2. O

    Save data from textbox to table

    Essentially I am trying to duplicate the "comment" command button from the "Issues Web Database" (located here office.microsoft.com/en-us/te...010375249.aspx Only, this database is a Web Database and the database that I am updating is not. Not sure if there are many differences, but I have not...
Back
Top Bottom