Recent content by mdrogan

  1. M

    Multiple price selection in subform

    Ok, This is what I've got so far. Private Sub ProductID_AfterUpdate() On Error GoTo Err_ProductID_AfterUpdate Dim strFilter As String ' Evaluate filter before it's passed to DLookup function. strFilter = "ProductID = " & Me!ProductID Select Case [Forms]![Sales...
  2. M

    Multiple price selection in subform

    Ok, sounds good so far. But how would I refer to the PriceLevel ID in my bound CustomerID combo box on my main form Invoice so that the in the ProductID pricelevel/case is derived from that value of the main form combo? Thanks.
  3. M

    Multiple price selection in subform

    Forms: Products, Customers, Invoice, Subform: Invoice Details. Customers are categorized as Wholesale, Retail, & Distributor Products have three price levels. Wholesale, Retail & Distributor. In the main form Invoice, I have a combo lookup of CustomerID with a price level column. In the...
  4. M

    auto fit to screen forms

    ME TOO! I would love a copy as well. mdrogan@hotmail.com
  5. M

    update records in a subform from form edit

    I have two forms in question. Invoices and Invoice Details subform. The records are stored in another table called Inventory Transactions. Default value of InvTransDate = Invoice date on the main form. My problem is that when I change the date on the main form, only the first record on the...
  6. M

    add a calculator to a field on entering a function?

    I would like to to perform a manual calculation in a number or currency field. I want to use my number key pad to give me a drop down list to act as an adding machine, (ie. adding, subtracting, multiplying and dividing) Once complete, press enter to insert to total. Can it be done with...
  7. M

    form flickering

    I finally assigned fot the default unit in the details section of my Purchase Order form based on the lookup value of my Item combo box. Now everytime I open my form, it flickers. What do I do to stop the flickering? Thanks all.
Back
Top Bottom