How do I create a new data base & use forms & queries for an exis.

M

Ms Toolman

I have an existing Access data base & I want to create a new one for a
different company same forms, queries but new data? Each time I try to
export the forms, queries etc I get a box "Enter parameter value"
IDNumber.... and then the program shuts down and restarts. Over and over
again....Help
 
D

Damian S

Hi Ms Toolman,

Option 1:
Make a copy of the actual database file and back end data file (if the
database is split) and then delete the data from the copy of the back end.
Link the front end to the blank back end.

Option 2:
Create a new blank database. Click File->Get External Data->Import. Find
your database, then select all Tables, Queries, Forms, Reports, Macros and
Modules. For the tables, select "Structure only" and ensure that Import
Relationships is also selected. Import, then compact and repair.

Hope this helps.

Damian.
 
J

John W. Vinson

I have an existing Access data base & I want to create a new one for a
different company same forms, queries but new data? Each time I try to
export the forms, queries etc I get a box "Enter parameter value"
IDNumber.... and then the program shuts down and restarts. Over and over
again....Help

Do you want to create a new Database - a new .mdb file with multiple
Tables, Forms, Reports, etc.?

If so, just copy your existing .mdb file; run a Delete query to empty
each of your tables; and start over.

Or do you want to create a new Table for each company?

If so... DON'T. Instead, add a CompanyID field and a Company table,
and base your Form on a query selecting just one company.

John W. Vinson [MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top