I'm currently doing a program that maintains several tables. I'm thinking instead of making a query procedure for each form for each table I will just program a "universal" query in a module and just have each form call that particular module whenever a query is run. The problem is the tables are different from each other in terms of the number of columns. Is there a way to do this?