Database Design

pat15

Registered User.
Local time
Yesterday, 17:13
Joined
Aug 26, 2004
Messages
17
I am making an inventory database

which I will have every single item in the database with its own serial number.

The items will be shipped out, some will be returning by RMA.


Is it better to have all the items in one single table?

or have two table , tblItemIn abd tblItemOut.
 
Nevermind

I just made an extra field(In : yes/no) on the tblItem
 

Users who are viewing this thread

Back
Top Bottom