J
Jon
I have a table of temporary employee data.
I must produce a 3 page report where each page has a different layout and the
employee printed is different on each page.
report #1 report #2 report #3
empoyee #1 employee #6 employee #16
#2... to #5. #7...#15 #17....#25
The order of employee must be alphabetical.
I have managed to cludge something together with a series of queries using a
combination of 'top' and the Access 'Unmatched Query Wizard'. It is a bit
unweildy and would be difficult for someone else to come along at a later
time and manage.
I think I could do this a lot better if I could add an index field to an
alphabetized table I created with a make table query. Then I could do a
query using, for example, "between 6 and 15" but I can't figure out how to
add the field to the table which would become the index to query.
Is adding a field like this possible?
Thanks, jon
I must produce a 3 page report where each page has a different layout and the
employee printed is different on each page.
report #1 report #2 report #3
empoyee #1 employee #6 employee #16
#2... to #5. #7...#15 #17....#25
The order of employee must be alphabetical.
I have managed to cludge something together with a series of queries using a
combination of 'top' and the Access 'Unmatched Query Wizard'. It is a bit
unweildy and would be difficult for someone else to come along at a later
time and manage.
I think I could do this a lot better if I could add an index field to an
alphabetized table I created with a make table query. Then I could do a
query using, for example, "between 6 and 15" but I can't figure out how to
add the field to the table which would become the index to query.
Is adding a field like this possible?
Thanks, jon