Search results

  1. T

    Query Sum Two Tables with no entries

    Hopefully someone can tell me if this is possible or if I'm trying to do something impossible. I have two tables Packages for the packages we send and then individual applications in an Application table. Multiple applications go in one Package so I have the tracking ID in both tables with a...
  2. T

    User Change Password Form

    I'm trying to create a form that allows user to change their passwords, however the form doesn't seem to do anything other than give me the msg boxes where am I going wrong? The code I'm using is Private Sub btnUpdatepassword_Click() If Me.txtPassword.Value = DLookup("Password", "tblStaff"...
  3. T

    Buton to fill in field from previous record

    Hi I was wondering if someone can answer if this is possible and if it is how I should do it. I've a form with a selection of personal information it's quite likely that information from one customer to the next would be shared. Therefore I'd like to add a button that once you press it would...
Back
Top Bottom