PDA

View Full Version : Help with DB Table


dancue
05-29-2008, 02:46 PM
Is there any way to automatically dump information from one table to another?

I have a table that I've created that would require the information in another table. Can this be done?

Dismounted
05-30-2008, 07:12 AM
You shouldn't need to do that. If you need something from another table - use a join in your query.