Search results

  1. F

    Parameter Values

    Hi The login form closes once logged in I think here is the VBA code Private Sub Command4_Click() Text5.SetFocus If Text5 = "Admin" And Text2 = "Password0" Then MsgBox "Access Granted", vbInformation, "RAC Inspections Engineer Quality Check" DoCmd.Close DoCmd.OpenForm...
  2. F

    Parameter Values

    Good morning, I am hoping someone can help with this. I have built a simple database with a login form for access. The landing page for users once logged in allows them to select a date range to run a report or to enter data via a simple form based on one table. As part of the landing page...
  3. F

    Data Import Macro Not Working!!

    Thank you for responding SpenGeezer however I have managed to fix it by suning a delete query instead of an SQL statement in this part of the macro.
  4. F

    Data Import Macro Not Working!!

    Hello there I hope someone can help. I have been administering an inherited database in a new job. There is a macro within the database that pulls in customers from an excel file. The Excel file has all customers on it but the macro filters this and only imports the customers that are not...
Back
Top Bottom