N
neisha_rda
I created a database to keep track of projects. The projects each have their
own four digit project number, the first two numbers of which represent the
year of the project. I want to print a report that has blank space after each
year's projects. I read that you can put some blank space in a group footer.
How can I create groups based on the first two numbers of each project number?
I don't know if this complicates it, but the report is not sorted by the
project number. Many of them were before 2000 (so they start with numbers
78-99) and now the ones after 2000 start with 00-07, so I had to make another
field for primary key numbers, to sort by those and then just hide the
column. The number field is also a text field instead of a number field
because some of the project numbers have A or B at the end.
own four digit project number, the first two numbers of which represent the
year of the project. I want to print a report that has blank space after each
year's projects. I read that you can put some blank space in a group footer.
How can I create groups based on the first two numbers of each project number?
I don't know if this complicates it, but the report is not sorted by the
project number. Many of them were before 2000 (so they start with numbers
78-99) and now the ones after 2000 start with 00-07, so I had to make another
field for primary key numbers, to sort by those and then just hide the
column. The number field is also a text field instead of a number field
because some of the project numbers have A or B at the end.