Search results

  1. P

    query

    I have a query to find an employee and the month my query has this for the date>=[Start Date] And <=[End Date] and my employe has [Enter Name]. Everything works until the report. it shows all the months not just one. So if they select the month of Feb they also Jan.
  2. P

    Command Button

    Is it possible to have a command button with a password that when clicked would unlock records for editing, and when clicked again would lock all records?
  3. P

    Mailing Address

    I have an issue with a code I'm using. I have a code that when I enter the address info, if the mailing address is the same you would use the checkbox to fill out the mailing address. I'm using the code below. Private Sub ChkMailingAddressSame_AfterUpdate() If ChkMailingAddressSame = True...
  4. P

    Report

    In my report I'm trying to use the job title field to pull the first and last name. Can anyone steer me in the right direction?
Top Bottom