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 Mike Lewis 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: koci
  • Order by date
  1. koci

    Save record problem

    Hi all! I have one view: IDProduct, Cant, Price, Total where Total = Cant*Price I have one form with recordsource the view above When I insert/update a record from this form 1)In Access ----------- the textbox Total(calculated field) is automaticaly updated when I update either Cant or...
  2. koci

    Refer. param (Forms!MyForm!AvgPrice) en scalar UDF. It's possible?

    Hi all! I try to make one scalar UDF which compute a valor, base a three calculated fields from one form. It's possible to referentiate this fields IN the UDF? And if positive, how? Thank's, PS. Without using the form InputParam field.
  3. koci

    Question MSDE: Query Analyzer vs MSAccess ADP

    Ok, partially I solved the problem, but still have a question: The difference between this two tools: 1. In QA: select * from CInventarioAFechaPaso7Agrupar ('01/01/06',1,10000,0,0,0) 2. In ADP: Report.ControlSource = CInventarioAFechaPaso7Agrupar Report.InputParameters = @FechaInventario...
  4. koci

    Question MSDE: Query Analyzer vs MSAccess ADP

    Hi all! I have one UDF which take 5 params. When I run this UDF from Query Analyzer (select * from dbo.UDFname (param1, ..., param5)), it take 5 seconds, but when I run from ADP project (doble click), it take > 200 seconds. In both situations I obtain the same result (of course). I look at the...

Part and Inventory Search

Back
Top