Search results

  1. C

    Learning VBA

    Hi! Does anyone know of a good book for beginners wanting to learn VBA. I personally have expericence in JAVA, HTML, and SQL. (not sure if this is relevent.) Any help would be greatly appreciated. Kindest regards Cillies
  2. C

    Date Clause

    Hi Have a form where dates will be entered, and I am trying to use some code to prevent the user from entering in the dates wrong. i.e. having the start date greater than the end date. I have used the code below which works fine, but it can be easy for the user to press the tab key twice after...
  3. C

    calculations in a report

    Does anyone know if it is possible to hide results in a report for a particular field. i.e. if you had a field called company, but you didn't want a particular company to show up in your report. You would use <>"companyName" in the query and that would be that. But say you wanted to hide the...
Back
Top Bottom