Results 1 to 5 of 5
  1. #1
    Les is offline Novice
    Windows XP Access 2002
    Join Date
    Jan 2011
    Posts
    2

    Creating a similar database - help please.

    I created a database for recording product part numbers and descriptions specific to a customer. I now wish to create a new separate database for another customer. The form design can be the same but will obviously eventually contain different data.



    I have tried 'Save as' and copying etc. but have not managed to create a new database. If I delete the data in the new database it also disappears from the original. What am I doing wrong??

    By the way, this has nothing to do with web site design that I have seen referred to elsewhere.

  2. #2
    SteveH2508 is offline Competent Performer
    Windows XP Access 2000
    Join Date
    Sep 2010
    Location
    Chelsea, London, England
    Posts
    117
    Create a new, blank database.

    Import all of the objects from the other database into the new one.

    When you imort the tables import the structure only - that will leave the data behind in the other database.

  3. #3
    TheShabz is offline Court Jester
    Windows XP Access 2003
    Join Date
    Feb 2010
    Posts
    1,368
    Why are you making a new database for each customer? Just create a table with all your customers in them and keep everything in one database.

    google search "relational database" and "database normalization" before you continue making your dbs as I think you will find it very enlightening.

  4. #4
    Les is offline Novice
    Windows XP Access 2002
    Join Date
    Jan 2011
    Posts
    2
    Quote Originally Posted by TheShabz View Post
    Why are you making a new database for each customer? Just create a table with all your customers in them and keep everything in one database.

    google search "relational database" and "database normalization" before you continue making your dbs as I think you will find it very enlightening.
    I will look just to be sure but the reason I'm making a separate database is that my original customer has requested copies and clearly I don't want to provide him with irrelevant data. The other thing is that the part number structure is the same for each customer so I'd have the problem of having to avoid duplications i.e. part ref 1234.1234 defined for customer A is different to part 1234.1234 for customer B.

  5. #5
    TheShabz is offline Court Jester
    Windows XP Access 2003
    Join Date
    Feb 2010
    Posts
    1,368
    You still wont have an issue. a Many-to-Many relationship will solve your duplicates issue. you just query for "WHERE custID = whatever" and you only get results for THAT customer.

    Your current idea works fine if you have 2-3 customers. But I hope you plan on having more. Who wants to maintain 500+ databases?

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Creating a Database to track Employee Training
    By osolaru in forum Database Design
    Replies: 9
    Last Post: 08-25-2011, 01:29 PM
  2. I need help in creating a database report.
    By fastorm in forum Queries
    Replies: 1
    Last Post: 10-27-2010, 09:54 PM
  3. creating a stock control database!!! HELP!!!!
    By Legend9 in forum Database Design
    Replies: 1
    Last Post: 09-10-2009, 02:24 AM
  4. Help with creating a database
    By ITChevyUSSNY in forum Access
    Replies: 0
    Last Post: 07-31-2009, 05:48 AM
  5. Creating database
    By ramzyamal in forum Database Design
    Replies: 1
    Last Post: 05-07-2007, 08:53 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums