nlo Posted August 5, 2004 Posted August 5, 2004 Hi all Does anybody knows if is possible to create a report that combines data from 3 different tables? Explain: I have a database with some tables, three of them are t_tasks, t_services and t_various. Each of these tables has, among others, the following fields: operator_ID, date, job_description, work_hours, cost. What I need is to search for an operator and to produce a report categorized by a) job_description and date, with the data from the three tables. Is this possible? Any help will be valuable... Thanks nlo
RalphL Posted August 5, 2004 Posted August 5, 2004 It is posible if you have relationships between the tables. It is difficult to say much more without a lot more detail.
nlo Posted August 5, 2004 Author Posted August 5, 2004 Hi Ralph, thanks for your answer The database has also a table, t_operators, with the standard data of the operators (operator_ID, name, address etc). Each one of the t_tasks, t_services and t_various tables has a relationship with t_operators via operator_ID. If you need more info let me know. Thanks
Recommended Posts
This topic is 7677 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now