Spawny
Jul 6th, 1999, 04:31 PM
Hi i have a database that creates 2 things when a new user is introduced to the database. First it takes all of there info and stores it in a main table and secondly it creates a new table under there name. now my question is ... Is there a way of querying the newly created table. I have this code for a different table with the same fields but need to use it to query the new table... is there a wild card to qyerying
SELECT * FROM Results ORDER BY Date;
I know this is basic but i am a newbie and need assistance. Any ideas? Thanx in advance.
SELECT * FROM Results ORDER BY Date;
I know this is basic but i am a newbie and need assistance. Any ideas? Thanx in advance.