I'm working on an inventory database. I have a field called Item which pulls its information from a lookup table which has 84 different item types.
What I'd like to do is be able to print a report for each type of item on demand from the user without doing a query and report for each. I'd like for the user to be able to say that they want an inventory of Item "B" and have it generate itself.
I'm sure this is possible, but I have no clue how to do it. Any help would be grealy appreciated.
What I'd like to do is be able to print a report for each type of item on demand from the user without doing a query and report for each. I'd like for the user to be able to say that they want an inventory of Item "B" and have it generate itself.
I'm sure this is possible, but I have no clue how to do it. Any help would be grealy appreciated.