Help creating a Report-I created an unbound form with a date range & 1 other criteria
Hello, I am trying to create a report that will filter through a table and tell me whose applications are going to expire within a 3 months time frame (or quarterly), for different divisions.
I used the help feature in Access and followed the directions for "use a form to enter report criteria." I created an unbound form to accept the division name and a beginning date and an ending date.
I want the report to show the division and all of the companies that are assigned to that division whose applications are going to expire. I also need to have a few other fields on the report from the table.
In design view I created an unbound form and created macros for the form in a macro group. (OK, Cancel, OpenForm, CloseForm).
I used the IsLoaded function and defined the function in the database.
I created a query using the table fields I needed and under the critera for Division I put:
[Forms]![ExperationDialog]![Division]
and under the criteria for the Expiration Date I put:
Between [Forms]![ExperationDialog]![BeginninDate] And [Forms]![Ending Date]
Here is where I need HELP!
I created a report using the report wizard and selected the fields from the query I created. When I run the report the form pops up, you enter the criteria and hit OK, and nothing happens : (. The report does not generate. I think I need to do something else to link the form to the report?
I did not understand the directions for what to do if it is an Access project. I am not sure if I am using an Access project or not? The database information in Visual Basics shows up as if it is project, but that is in VB. I used the VB script to define the function for IsLoaded. How do I tell if it is an Access project .adp?
I don’t know what to do from here. I need help creating a report or linking the report? I have this nice form that pops up when I open the report, but after I enter the criteria the pop up closes and no report is generated.
Hello, I am trying to create a report that will filter through a table and tell me whose applications are going to expire within a 3 months time frame (or quarterly), for different divisions.
I used the help feature in Access and followed the directions for "use a form to enter report criteria." I created an unbound form to accept the division name and a beginning date and an ending date.
I want the report to show the division and all of the companies that are assigned to that division whose applications are going to expire. I also need to have a few other fields on the report from the table.
In design view I created an unbound form and created macros for the form in a macro group. (OK, Cancel, OpenForm, CloseForm).
I used the IsLoaded function and defined the function in the database.
I created a query using the table fields I needed and under the critera for Division I put:
[Forms]![ExperationDialog]![Division]
and under the criteria for the Expiration Date I put:
Between [Forms]![ExperationDialog]![BeginninDate] And [Forms]![Ending Date]
Here is where I need HELP!
I created a report using the report wizard and selected the fields from the query I created. When I run the report the form pops up, you enter the criteria and hit OK, and nothing happens : (. The report does not generate. I think I need to do something else to link the form to the report?
I did not understand the directions for what to do if it is an Access project. I am not sure if I am using an Access project or not? The database information in Visual Basics shows up as if it is project, but that is in VB. I used the VB script to define the function for IsLoaded. How do I tell if it is an Access project .adp?
I don’t know what to do from here. I need help creating a report or linking the report? I have this nice form that pops up when I open the report, but after I enter the criteria the pop up closes and no report is generated.