Results 1 to 4 of 4
  1. #1
    james7705 is offline Novice
    Windows 8 Access 2010 64bit
    Join Date
    Oct 2014
    Location
    East London, South Africa
    Posts
    24

    i am using a desktop inventory template and i would like some help in creating multiple stores

    hi all

    im am using the microsoft access desktop inventory template at the moment

    what i have in mind to do is create another store with the same inventory, but i would like to merge it into the current database that i am using.

    in other words ... i have 2 stores.

    i have the same inventory in each.

    i would like to be able to add and remove inventory from either store without affecting the other store



    i would also like to see stock totals etc for each store

    i would also like the option of being able to add another store at a later stage if the need arises

    is this possible?

    how would i go about doing this?

    please find attached a sample of what im currently using.

    Desktop Inventory.zip

    thank you

  2. #2
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,726
    Without looking at your structure/database, you need a method to differentiate/discriminate 1 store from any other.
    Could be as simple as a StoreID?

    General query along these lines:

    Select * from Inventory where storeId = XXX

  3. #3
    james7705 is offline Novice
    Windows 8 Access 2010 64bit
    Join Date
    Oct 2014
    Location
    East London, South Africa
    Posts
    24
    So do I create another table? For the store names? With a one-to-many relationship?
    Between the inventory table and the store names table? How would my form layout be on this to input transactions?

  4. #4
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,726
    Possibly. I was giving a logical requirement/solution to your question.
    Basically, if you have an application that works for 1 store, and you want to extend it so that it can handle multiple stores, then you need a means to identify each store. So each store has its own unique identifier, and data in every related table within the database has to be identifiable as to the proper store.

    Now, if you had 3 copies of the same database, you could use a copy in each store. And as long as the data can remain separate, you would not need to do all of this within 1 database.

    In plain English, how do the three stores relate? To proceed in any direction you need a clear statement of requirements.

    Good luck.

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

Similar Threads

  1. Replies: 12
    Last Post: 03-11-2015, 08:13 PM
  2. Desktop services template - help with Text
    By Kev0360 in forum Access
    Replies: 15
    Last Post: 02-12-2014, 04:34 PM
  3. Replies: 9
    Last Post: 01-27-2014, 12:19 AM
  4. Desktop Time and Billing Template with VAT
    By Jazz Man in forum Access
    Replies: 3
    Last Post: 11-12-2013, 04:23 PM
  5. Replies: 1
    Last Post: 09-02-2011, 07:12 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