Recent content by Cillies

  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

    Date selection in reports

    Hi Shane, Try using Between in your criteria, in your query. under your date field. This will then prompt for two dates. Between [Date Beginning] And [DateEnding] You can change the infor within the square brackets to what ever you want.
  4. C

    Text Box truncating problem

    property settings You probably have tried this but here goes. In your report design view select the text box for your memo and open its properties, under the format tab try changing the option can grow from no to yes. HTH Cillies
  5. 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