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 Rhinorhino 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: girfdl
  • Content: Threads
  • Order by date
  1. girfdl

    division in vb.

    Private Sub Discount_AfterUpdate() Dim strFilter As String ' Evaluate filter before it's passed to DLookup function. strFilter = "DiscountID = " & Me!Discount ' Look up product's unit price and assign it to UnitPrice control. Me!Discount_Pec = DLookup("DiscountAmount", "Discount", strFilter)...

Part and Inventory Search

Back
Top