Search results

  1. T

    Query Sum Two Tables with no entries

    Don't worry I've worked it out, thanks for pointing me in the right direction
  2. T

    Query Sum Two Tables with no entries

    Sorry I'm new at this can you provide some more details?
  3. 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...
  4. T

    User Change Password Form

    Thanks for that with your help I've got it working. I watched a youtube tutorial on hashing passwords using an Encrypt function I was wondering if you could tell me where I'd put the Encrypt function in the above code?
  5. T

    User Change Password Form

    Are they in the correct order before I concatenate them?
  6. 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"...
  7. 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