A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

DB that control order receipt, inventory, shipping info and invoices



 
 
Thread Tools Display Modes
  #1  
Old November 13th, 2008, 06:35 PM posted to microsoft.public.access.tablesdbdesign
Frederic via AccessMonster.com
external usenet poster
 
Posts: 3
Default DB that control order receipt, inventory, shipping info and invoices

Hello,

I have to create an access database that will be share with 3 departments.
The database need to control the Shoes, handbags and accessories
International orders, it's inventory, shipping info and invoices. Here is
some information that need to be in the database. Your assistance will be
much appreciated.

Phantom Order number
Order number
Order received date
Style Name
Color name
Total quantity received
Quantity by size
Skid number
Units shipped
Units on hand
Container number
Trailer number
Ship to Franchisse name
Ship to address, city, province, state, zip code.
Ship date
Invoice
Invoice date

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...esign/200811/1

  #2  
Old November 13th, 2008, 07:59 PM posted to microsoft.public.access.tablesdbdesign
Duane Hookom
external usenet poster
 
Posts: 7,177
Default DB that control order receipt, inventory, shipping info and invoic

Quickbooks or Peachtree or other accounting software ...
--
Duane Hookom
Microsoft Access MVP


"Frederic via AccessMonster.com" wrote:

Hello,

I have to create an access database that will be share with 3 departments.
The database need to control the Shoes, handbags and accessories
International orders, it's inventory, shipping info and invoices. Here is
some information that need to be in the database. Your assistance will be
much appreciated.

Phantom Order number
Order number
Order received date
Style Name
Color name
Total quantity received
Quantity by size
Skid number
Units shipped
Units on hand
Container number
Trailer number
Ship to Franchisse name
Ship to address, city, province, state, zip code.
Ship date
Invoice
Invoice date

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...esign/200811/1


  #3  
Old November 13th, 2008, 09:16 PM posted to microsoft.public.access.tablesdbdesign
John W. Vinson
external usenet poster
 
Posts: 18,261
Default DB that control order receipt, inventory, shipping info and invoices

On Thu, 13 Nov 2008 18:35:51 GMT, "Frederic via AccessMonster.com"
u39671@uwe wrote:

Hello,

I have to create an access database that will be share with 3 departments.
The database need to control the Shoes, handbags and accessories
International orders, it's inventory, shipping info and invoices. Here is
some information that need to be in the database. Your assistance will be
much appreciated.


Ummmm....

What are you asking from us? A completely worked-out database? Detailed
instructions for constructing one?

We're all unpaid volunteers here, and that goes a long way past what's normal.
If you are having a specific problem designing or normalizing your tables,
please ask a specific question and we'll try to help.

You might want to look at some of the resources and tutorials available:

Jeff Conrad's resources page:
http://www.accessmvp.com/JConrad/acc...resources.html

The Access Web resources page:
http://www.mvps.org/access/resources/index.html

A free tutorial written by Crystal (MS Access MVP):
http://allenbrowne.com/casu-22.html

MVP Allen Browne's tutorials:
http://allenbrowne.com/links.html#Tutorials
--

John W. Vinson [MVP]
  #4  
Old November 14th, 2008, 04:45 PM posted to microsoft.public.access.tablesdbdesign
Frederic via AccessMonster.com
external usenet poster
 
Posts: 3
Default DB that control order receipt, inventory, shipping info and invoices

Hello John,

Actually, I want to know how should I set my tables and which are the tables
I should link together?

Thank you for your help!




John W. Vinson wrote:
Hello,

[quoted text clipped - 3 lines]
some information that need to be in the database. Your assistance will be
much appreciated.


Ummmm....

What are you asking from us? A completely worked-out database? Detailed
instructions for constructing one?

We're all unpaid volunteers here, and that goes a long way past what's normal.
If you are having a specific problem designing or normalizing your tables,
please ask a specific question and we'll try to help.

You might want to look at some of the resources and tutorials available:

Jeff Conrad's resources page:
http://www.accessmvp.com/JConrad/acc...resources.html

The Access Web resources page:
http://www.mvps.org/access/resources/index.html

A free tutorial written by Crystal (MS Access MVP):
http://allenbrowne.com/casu-22.html

MVP Allen Browne's tutorials:
http://allenbrowne.com/links.html#Tutorials


--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...esign/200811/1

  #5  
Old November 14th, 2008, 07:41 PM posted to microsoft.public.access.tablesdbdesign
Fred
external usenet poster
 
Posts: 1,451
Default DB that control order receipt, inventory, shipping info and in

Your item list implies a large amount of additional quesitons and then a
large amount of work.

Everything the other guys said is still applicable. One additional thought:


You might start with the Northwind example that comes in Access and then
customize it to your specifica. Assuming that you aren't trying to have
transactions automatically modify inventory, it's overall structure is along
the lines of what I'm guessing you're looking for.
  #6  
Old November 14th, 2008, 08:29 PM posted to microsoft.public.access.tablesdbdesign
John W. Vinson
external usenet poster
 
Posts: 18,261
Default DB that control order receipt, inventory, shipping info and invoices

On Fri, 14 Nov 2008 16:45:06 GMT, "Frederic via AccessMonster.com"
u39671@uwe wrote:

Hello John,

Actually, I want to know how should I set my tables and which are the tables
I should link together?


Each kind of Entity - real-life person, thing, or event - should have its own
Table. The Tables should be linked logically, as those entities are linked in
the real world. For example, an Item (or Product) is a kind of entity, with
attributes such as Size, Color, Price, etc. A Customer is a different kind of
entity, with attributes like LastName, FirstName, etc; an Address is yet
another kind of entity. One Customer may have one or more Addresses, but (in
this case, I'm guessing) each Address applies to only one Customer.

The design of tables is what normalization is all about, and it depends both
on a good working knowledge of the business model, and of the principles of
relational design. I've posted links to tutorials for the latter, and there
are some good books available - but actually laying out all your tables and
fields for you is more than I'm up for this afternoon!

--

John W. Vinson [MVP]
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 12:18 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.