Search results

  1. N

    Editind a report. Dies this requires VBA?

    I have a report in access with different columns. There are few "comments" sections as well. I want the end users to add comments or reasons in those columns. How can I do that in a report. I have searched all the properties sheet but could not find anything. Do I need to write some VBA code for...
  2. N

    Adding Blank columns along with conditional formatting in a report

    Hi!! I have created a report in access which will populate based on the selection criteria in a form. The report contains certain due dates for different stages of a process. I want to add blank column in my report along with each due date field so that if anybody has passed the due date...
  3. N

    DateAdd along with CASE query

    Hi! I have a date column in my database (suppose start date) which I have to use for calculating other dates (suppose the calculated dates columns are x, y and z). To do this I used the DateAdd function and the results were good. But now based on different conditions (suppose there are 4...
  4. N

    Creating a form in access with VBA

    I need help in creating a form that can query a database and generate reports in access. For eg: if I want to know what type of products were sold in year 2010, I will select the type of product from a "product combo box" and then will select the 2010 month from "month combo box". After clicking...
Back
Top Bottom