Here are my Tables
Item Information
- Item number
- Item Description
- Location ( in stockroom )
- Price
* - Vendor Number
Vendor Information
* - Vendor Number
Vendor Name
Vendor Phone
Vendor Contact
Vendor Account Number
Here is my problem and what I am trying to achieve
On a Form you enter an Item Number, which auto populates
the next fields: Item Description, Location, Price, Vendor Number. Then on that same form has two temporary Fields "qtyorder" and "qtyonhand", you put how many you want to order and how many are left, then there are option buttons a) Add to Order
b) Clear Screen
c) Print / View Current Order
If you click "Add to Order" it places the order on a "Order Report" to be printed when the order is complete, sorted by vendor number. These are the problems I am stuck with !
1) How do have it save the order to the report
2) Make sure that NONE of the data ( except price ) is changed
optional 3) Would like it to display that last 5 order entry in a preview are below where you are entering the data.
The Report would look like this
VndrName | Vndr# | Item# | Item Desc | Order Qty | On Hand | Price | ext Price | Po# |
1) Ext price is just "=orderqty*price"
2) Po# Is just a blank Column
Hope I gave enough info !!! If not just let me know !!!
Item Information
- Item number
- Item Description
- Location ( in stockroom )
- Price
* - Vendor Number
Vendor Information
* - Vendor Number
Vendor Name
Vendor Phone
Vendor Contact
Vendor Account Number
Here is my problem and what I am trying to achieve
On a Form you enter an Item Number, which auto populates
the next fields: Item Description, Location, Price, Vendor Number. Then on that same form has two temporary Fields "qtyorder" and "qtyonhand", you put how many you want to order and how many are left, then there are option buttons a) Add to Order
b) Clear Screen
c) Print / View Current Order
If you click "Add to Order" it places the order on a "Order Report" to be printed when the order is complete, sorted by vendor number. These are the problems I am stuck with !
1) How do have it save the order to the report
2) Make sure that NONE of the data ( except price ) is changed
optional 3) Would like it to display that last 5 order entry in a preview are below where you are entering the data.
The Report would look like this
VndrName | Vndr# | Item# | Item Desc | Order Qty | On Hand | Price | ext Price | Po# |
1) Ext price is just "=orderqty*price"
2) Po# Is just a blank Column
Hope I gave enough info !!! If not just let me know !!!