heres what i wanna do.......
for each month, i want to create a new table...........but if the table is already existing, then how would i detect that........and vice versa, how would i check that its not there.................
Jeff Cochran - 27 Jul 2006 12:32 GMT
>heres what i wanna do.......
>
>for each month, i want to create a new table...........but if the table is already existing, then how would i detect that........and vice versa, how would i check that its not there.................
First, rethink your design. You'd really need to be creative to
justify creating a new table each month when you could simply have a
month column in one table and selct records by month.
Jeff