Thread: create form
View Single Post
  #2  
Old October 13th, 2004, 08:26 PM
Frank Stone
external usenet poster
 
Posts: n/a
Default

hi,
frist i think you should have posted this under database
design.
personally, i don't think you realy want to create new
table every month. access not work that way. it would be
better to put all of your data in 1 table then write a
query to extract the data by month to a report.
or at least that is the way i would do it.
Regards
Frank
-----Original Message-----
Hello, I am new to this and any support given is greatly

appreciated.

I need to create a database that holds several records by

month. I would
like to create a popup form that has two command buttons

(Create a new table
and Exit). I would like the create a new table button

when clicked to
automatically create new tables and allow me to name the

tables. I have
created tables (tbldataentry - listing my data entry

fields and TableList -
to list the tables I create). Thanks.

Again, any assistance is appreciated.
.