Search results

  1. F

    HELP DATE and Conditional Formating

    HELP User puts dates or Pastes Dates in to a Column If the Date is Less then 7 Days from Todays date then Change Flas Cell ID the Date in Cell is already past then Flash the row Is this Possible This is to remind me of MOT and Vehicle inspection Dates Also is there a way of Copy and Pasting...
  2. F

    Multiple Challenges for A Novice

    Set form to Pop go to the form properties selct other and select popup is yes
  3. F

    Buttons and Row Source Urgent

    I HAve A form with a combo box on it and when I Press the Button I Want to Change the row source of the conmbo box to:- SELECT Street.SID, Street.Street, Postcode.Postcode FROM Postcode INNER JOIN Street ON Postcode.PID = Street.Postcode WHERE (((Postcode.Postcode) Like "*N1*")); but the bit...
Back
Top Bottom