N
neutrino
Hi there!
I'm a complete novice to database programming and am currently working my
way through various online tutorials as I work on my application.
I operate an import and distribution company that specializes in
perishables. Many of our products carry best-by-dates counted in weeks. Since
in this country distributors are required to credit the retailers for any
product that either gets damaged or expires in the trade it is essential to
keep a handle on our customers' shrinkage. Unfortunately we are either not
granted access to the retailers sales databases or the systems do not contain
the information we require. My merchandisers are required to take weekly
stock counts at each of our customers, which is currently being entered into
an Excel spreadsheet.
What I'm working on is a database application that will work out weekly and
monthly sales per product AT each customer (not TO each customer) based on
the following input:
(The following table I call Tracker):
Date
Customer_ID (foreign key from tbl_Customers)
SalesRep_ID (foreign key from tbl_SalesReps)
Transaction#
Product_ID (foreign key from tbl_Products)
Movement_type (foreign key from tbl_Movement)
Quantity
In addition I have the following tables already set up:
tbl_Customers
tbl_SalesReps
tbl_Products
tbl_Movement (Delivered/Not Delivered/Off Condition/Stock)
I would like to get some assistance with the following:
To create a split form:
Form HEADER: (this information will be the same for a bunch of entries)
Date
Customer_ID
Customer_Name
SalesRep_ID
Transaction#
Form TABULAR section:
Product_ID
Product_Description
Movement_Type
Quantity
And to create queries/reports that will return the following information:
Any combination of sales reports by:
Week
Month
Product
Customer
Remember, I don't need sales TO my customers (retailers), but the sales FROM
each retailer to their end-consumers. I'll be inputting the following
information to calculate those sales: Delivered (to the customer), Not
Delivered (Billed but returned to our warehouse in good condition), Off
Condition (Credited for damages or expiry dates) and Stock (Weekly
shelf-stock taken at each customer).
I realize I'm probably asking a bag of questions at once and understand if
the answers cannot be posted in a reply on this board. I would therefore
appreciate some links to tutorials or examples that deal with specific
aspects of the database I'm working on.
Thanks in advance.
I'm a complete novice to database programming and am currently working my
way through various online tutorials as I work on my application.
I operate an import and distribution company that specializes in
perishables. Many of our products carry best-by-dates counted in weeks. Since
in this country distributors are required to credit the retailers for any
product that either gets damaged or expires in the trade it is essential to
keep a handle on our customers' shrinkage. Unfortunately we are either not
granted access to the retailers sales databases or the systems do not contain
the information we require. My merchandisers are required to take weekly
stock counts at each of our customers, which is currently being entered into
an Excel spreadsheet.
What I'm working on is a database application that will work out weekly and
monthly sales per product AT each customer (not TO each customer) based on
the following input:
(The following table I call Tracker):
Date
Customer_ID (foreign key from tbl_Customers)
SalesRep_ID (foreign key from tbl_SalesReps)
Transaction#
Product_ID (foreign key from tbl_Products)
Movement_type (foreign key from tbl_Movement)
Quantity
In addition I have the following tables already set up:
tbl_Customers
tbl_SalesReps
tbl_Products
tbl_Movement (Delivered/Not Delivered/Off Condition/Stock)
I would like to get some assistance with the following:
To create a split form:
Form HEADER: (this information will be the same for a bunch of entries)
Date
Customer_ID
Customer_Name
SalesRep_ID
Transaction#
Form TABULAR section:
Product_ID
Product_Description
Movement_Type
Quantity
And to create queries/reports that will return the following information:
Any combination of sales reports by:
Week
Month
Product
Customer
Remember, I don't need sales TO my customers (retailers), but the sales FROM
each retailer to their end-consumers. I'll be inputting the following
information to calculate those sales: Delivered (to the customer), Not
Delivered (Billed but returned to our warehouse in good condition), Off
Condition (Credited for damages or expiry dates) and Stock (Weekly
shelf-stock taken at each customer).
I realize I'm probably asking a bag of questions at once and understand if
the answers cannot be posted in a reply on this board. I would therefore
appreciate some links to tutorials or examples that deal with specific
aspects of the database I'm working on.
Thanks in advance.