About 4 results
Open links in new tab
  1. Access Dlookup with multiple criteria - social.msdn.microsoft.com

    Oct 21, 2014 · Also note: the multiple SetFocus are not needed. You can reduce this code to: Dim IntCIS As Integer Dim StrTO As String IntCIS = CIS.Value StrTO = cmb_to.Column (1 ...

  2. Requery not working on form - social.msdn.microsoft.com

    Jul 26, 2011 · When the form opens, the code does a Dlookup, then Inserts the Dlookup results into the table.

  3. VBA doesn't recognize data in text box separated by commas

    Oct 1, 2015 · I have a text box that we enter an application code into. I have set my form up so that it will compare this field to data in a table and then if it's in the table it comes back and …

  4. Case sensative UserID and Password for Login form

    Jun 21, 2013 · I have a log in screen for my application that works just fine "As Is", but I would like to enhance it a bit and make it so that BOTH the UserID and Password are case sensitive and …