Jump to content

how to search multiple fields of all tables in a database?


jjk2

Recommended Posts

  • 2 weeks later...

You won't get an easy answer because you are designing your database in the wrong way (sorry, don't know a nicer way to put that).

 

If you have 300 different schools, you should be using ONE table for all of your data about the schools.  You differentiate between the different schools within that one table by having a column called "SchoolID" or something like that.

 

I'm not sure if that's enough information to get you sorted out, but you definitely do NOT want to have 300 different tables because there are 300 different schools.  You're missing a key element of database design there.

 

Good luck!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.