hi
is there any way i could get a multiple records from a whole database (not just 1 table)eg: item no. Where the result set would tell me which table it was in.I work on a very large database (approx 1500 tables) the front end is entirely form based. The forms are setup from numerous fields from numerous tables, sending the data input via the form to the relevent table within the database.Looking at the form setup I cannot see which table the form is sending the input to.
So i want a query that will say
select all fields from the database with a title eg: item_no. Ideally I would not want null values returned.So I would get all tables with item_no in them that contained data returned.
is there any way i could get a multiple records from a whole database (not just 1 table)eg: item no. Where the result set would tell me which table it was in.I work on a very large database (approx 1500 tables) the front end is entirely form based. The forms are setup from numerous fields from numerous tables, sending the data input via the form to the relevent table within the database.Looking at the form setup I cannot see which table the form is sending the input to.
So i want a query that will say
select all fields from the database with a title eg: item_no. Ideally I would not want null values returned.So I would get all tables with item_no in them that contained data returned.