Duplicating a database structure

n107jkx

Board Regular
Joined
Dec 3, 2002
Messages
51
I have created a quite complex database, but it is only for one group of people.

Is there a quick way of duplicating the database and it structure into one DB so that i can use main menus and so on to link the two groups (i need to do exactly the same things, but for two different groups of data)

I have tried a couple of times, and although the queries and tables work fine, the copied forms and records do not update their sources to the new tables and queries.

Hope you can understand this!

Any help would be much appreciated (y)
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
Hey n107jkx

It seems to me as though your database is still referencing the first group of tables. This means that your forms do not "see" the new tables.

Therefore, it's important to make them see the new data. To do this I suggest that you have a drop-down list of your tables and a SQL statement that changes your RecordSource to the new table name. As long as the new tables have EXACTLY the same format as the first lot, your form will show the new data.

anvil19
:eek:
 
Upvote 0

Forum statistics

Threads
1,214,788
Messages
6,121,603
Members
449,038
Latest member
Arbind kumar

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top