| View previous topic :: View next topic |
| Author |
Message |
pavol Newbie
Joined: 26 Sep 2005 Posts: 1
|
Posted: Sep 26th, 2005 10:11 AM Post subject: creating databases |
|
|
hi,
can anyone help me, i'm tying to create a table in a databse during runtime. i have a program that you can create an account in and when a person creates that account i want the tables "January", "February", "March" etc, to be created in a database called "Calendar.mdb"
can anyone help _________________ --Pavol-- |
|
| Back to top |
|
VB_Developer Newbie
Joined: 25 Feb 2006 Posts: 18 Location: Hyderabad, India
|
Posted: Feb 27th, 2006 07:45 AM Post subject: |
|
|
Hi,
You can do it using QueryDef and DatabaseDef objects.
try doing this, else post me the database design and the code you have writen, so i could post you the solution.
Thanks
Deepak |
|
| Back to top |
|
P.T.A.M. Administrator

Joined: 08 Oct 2003 Posts: 752 Location: Greece
|
Posted: Mar 5th, 2006 06:28 AM Post subject: |
|
|
It's not the best way to create a table for each month... What are you trying to do? Maybe we can find a better way  _________________ No one is completely useless. They can at least be an example of what to avoid. |
|
| Back to top |
|
|