Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: johnnybwis
  • Content: Threads
  • Order by date
  1. johnnybwis

    Can I sum a calculated text box

    Text box 53 has =[UnitsReceived]*[Subtotal] Text box 55 in footer has =Sum([Text53])
  2. johnnybwis

    Subform line total to Table

    I have a subform in data sheet view that gets a total using =[Subtotal]*[UnitsReceived] in the control source But I need this information to go to the table field unit weight How would I do this?
  3. johnnybwis

    Subform combo selections disapear/reapear

    Subform choice is limited by mainform choice with rowsource SELECT DISTINCTROW Products.ProductName, Products.ProductID, Products.NumberPerUnit, Products.WeightPerThousand FROM Products WHERE (((Products.CustomerID)=[Forms]![Purchase Orders]![SupplierID])) ORDER BY Products.ProductName; When...
  4. johnnybwis

    Should be simple, dlookup or column count

    Ok, I'm new at this but here is what I have. It's subform that is limited by a selection in the main form - this works OK but I need some more fields to fill in on the subform. I first tried in the rowsource of the txtUnitcount = Dlookup("NumberPerUnit", "Products&quot...
  5. johnnybwis

    FAQ 702-681 combo limited by other combo

    I have the subform cmbo which is limited by the selection in the mainform but I need cmbo in the subform to be limited by that subform selection. Do I need to name the form and then the subform also? This works for my first selection. Row Source SELECT DISTINCTROW Products.ProductName...
  6. johnnybwis

    Subform needs to get more

    I have a subform that limits its choice with a query on a combo box in the mainform but need to bring two more fields over. I tried to query the combo box in the subform but thing I am going at this the wrong way. What I want to do is in main form select customer, subfrom limits choice to...
  7. johnnybwis

    Requery subform when main cbo changes

    I have a subfrom that runs a query on a cbo in the main form (Pick customer on main form and subform cbo choices are products associated to that customer) but need the subform to requery if the user goes back and changes the mainform cbo. Currently there is a requery on subform on enter and exit...

Part and Inventory Search

Back
Top