D
D. M.
I'm having trouble with the creation of what should be a fairly simple
database.
I work for a company with 120 retail stores. Our department takes care of
property management. We would like to create a small database for tracking
costs associated with purchase orders for maintenance and repairs to stores
which are generated by our department (this is separate from the company
purchase order system). I've already created a Lease Management database,
and I'd like to use the store table in this database.
So far this is what I've created:
Linked to tblstores (PK StoreID)
tblPurchaseOrder (PK POID)
tblPODetails (PK PODetailsID)
tblVendors (PK VendorID)
I'd like to create a form with Store information (Store #, Address), Vendor
Information (Name, Address, phone), Purchase Order Info, and PO Details.
I'd like to have a combo box for both the stores and the vendors (I tried
subforms, but can't seem to get them to work).
This sounded so easy when I "volunteered" to put it together.
Can anyone help?
database.
I work for a company with 120 retail stores. Our department takes care of
property management. We would like to create a small database for tracking
costs associated with purchase orders for maintenance and repairs to stores
which are generated by our department (this is separate from the company
purchase order system). I've already created a Lease Management database,
and I'd like to use the store table in this database.
So far this is what I've created:
Linked to tblstores (PK StoreID)
tblPurchaseOrder (PK POID)
tblPODetails (PK PODetailsID)
tblVendors (PK VendorID)
I'd like to create a form with Store information (Store #, Address), Vendor
Information (Name, Address, phone), Purchase Order Info, and PO Details.
I'd like to have a combo box for both the stores and the vendors (I tried
subforms, but can't seem to get them to work).
This sounded so easy when I "volunteered" to put it together.
Can anyone help?