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

    how to adjust a sample database to suit specific needs

    Can anyone please, please help me.
    I would like to make some changes to the Northwind sample database. it will work perfectly for me.
    I need to have the Customers section completely removed as my company issues products to our own staff, not to external customers, so there is no Customers and shipping details needed.
    I've tried to do it, but I'm having problems with the code. I don't know what to remove or add.
    Please can someone advise or help?

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,549
    If you mean Customers DATA?
    make a DELETE QUERY, and run it. All data will be removed.

    (or just open the table, click the top left corner (like Excel) and press delete.)

  3. #3
    ssanfu is offline Master of Nothing
    Windows XP Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    You can remove all traces of customers and shipping address, but it will be a lot of work. But it can be done.
    How experienced are you with Access?
    You would have to delete tables and modify tables, queries, forms and reports.

  4. #4
    james7705 is offline Novice
    Windows 8 Access 2010 64bit
    Join Date
    Oct 2014
    Location
    East London, South Africa
    Posts
    24
    Quote Originally Posted by ssanfu View Post
    You can remove all traces of customers and shipping address, but it will be a lot of work. But it can be done.
    How experienced are you with Access?
    You would have to delete tables and modify tables, queries, forms and reports.
    I've tried that. there seems to be a lot of code attached to it which I have no clue about.
    What I would like is the reference to customers changed to employees as some of my employees i.e. the technicians, remove products from our store which get used on tasks which they have to complete. If I can get Northwind Sample to do that it will work beautifully as I can then also keep track of the cost of the products they use on each task.
    My biggest problem is to get around all the code. I can adjust all the forms and things to reflect my company. In other words, when a staff member does a sale, it must be to another employee, not to a customer as such.
    How would I do this?

  5. #5
    ssanfu is offline Master of Nothing
    Windows XP Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    In other words, when a staff member does a sale, it must be to another employee
    The easiest thing would be to enter the employee as a "customer". You don't have to enter a shipping address or you could enter the company address.
    that way you would be able to tell which staff member "sold" the product and which employee "bought" the product.


    Otherwise you would have to find someone near you (or in your company) that knows Access VBA programming. Just a matter of following the logic and tracing code.

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

Similar Threads

  1. sample database for patient database and lap reports
    By vijay in forum Sample Databases
    Replies: 3
    Last Post: 11-07-2014, 03:40 AM
  2. appointment Sample Database
    By AzizSader in forum Forms
    Replies: 2
    Last Post: 05-31-2014, 06:58 AM
  3. Sample database for a beginner
    By amphinomos in forum Sample Databases
    Replies: 4
    Last Post: 07-13-2013, 03:51 PM
  4. sample database
    By TP takamiya in forum Access
    Replies: 4
    Last Post: 10-06-2010, 07:33 PM
  5. ULS database sample please...
    By genesis in forum Access
    Replies: 1
    Last Post: 07-17-2009, 12:12 PM

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