Search results

  1. L

    Line to seperate Report with 2 columns grouped by ProductType

    I am working on a report to print a list of all the products in my DB with the unit prices, essentially a price list. The report is split into two columns via the pagesetup and is grouped by the field ProductType. I would like to draw a single distinct vertical line between the two columns, I...
  2. L

    Form validation (AfterUpdate) for Quantity, comparing with ComboBox column value

    I am working on a system which manages orders, purchases and the inventory for a small trading company, much like the northwind example. The db currently has 6 tables: Products, Customers, Orders, OrderDetails, Purchases and PurchaseDetails. I just realised that the CreateOrder form allows...
  3. L

    Stock Control via ComboBox Column on Subform

    Hi all, Ive been working on a simple Access database system for a small business which buys/sells goods. Im currently trying to develop stock control on the CreateOrder form. The database is similar to the Northwind example, it has 4 tables thus far: Customers, Products, Orders &...
Back
Top Bottom