Query 2 Report
Hi again guys.
I'd like to know the easiest way to do this :
I have 3 tables:
client: id, name, age, phone
vehicle: id, model, year, km, color
service: id, description, price
I have 3 modules, one for each table, where user can add/mod/del clients, vehicles, and services.
I'd like to make a single report with a common heading.
Then, the user may want to print complete vehicle listing, or a restricted listing (usin a search function which executes a query...etc.)
Well, I'd like to use one report and then list a query on it, allowing the user to print the complete (or restricted) user listing, vehicle listing, services listing
Any way to do this ?
Hope u have understood my idea...
Thanks a lot
I'd like to know the easiest way to do this :
I have 3 tables:
client: id, name, age, phone
vehicle: id, model, year, km, color
service: id, description, price
I have 3 modules, one for each table, where user can add/mod/del clients, vehicles, and services.
I'd like to make a single report with a common heading.
Then, the user may want to print complete vehicle listing, or a restricted listing (usin a search function which executes a query...etc.)
Well, I'd like to use one report and then list a query on it, allowing the user to print the complete (or restricted) user listing, vehicle listing, services listing
Any way to do this ?
Hope u have understood my idea...
Thanks a lot
Comments