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: *

  1. tintin007

    Applying actions to another form than the one where the event occur ??

    Hi, I'm trying to copy the texte I've freshly enter in a field into a specific field of an ADD CUSTOMER form... just to avoid my users to have to enter the info twice. So my code is at this point: Private Sub NumClient_NotInList(NewData As String, Response As Integer) On Error GoTo...
  2. tintin007

    What a Sub form does

    Ok ... I've tried it and it work but it require me to push the button twice to ADD another record Do you have any other advice
  3. tintin007

    What a Sub form does

    I have a problem with a button putting my form on a new record ... it work one time, the second time it said "you can't go to the specified record" The only mean It work is when I put the focus on a sub-form in my master form between the two presses. So, I want to simulate that for...
  4. tintin007

    why do I get the error : #name?

    Try putting NOW() instead of DATE() ... it should work
  5. tintin007

    DLOOKUP problem

    My database have a table &quot;tbl_Taxes&quot; that is compose of three field &quot;ID&quot;, &quot;TAX1&quot;, &quot;TAX2&quot;.<br><br>I'm in a form and I want to get the value of the field &quot;TAX1&quot; of the table &quot;tbl_Taxes&quot; where the &quot;ID&quot; is equal to...
  6. tintin007

    Calculate date from one subform to put result on the master form

    I have a subform containing two database field (Qty,UnitPrice) and one textbox (Total) where the recordsource is the multiplication of QTY*UnitPrice.&nbsp;&nbsp;The subform is in countinious form mode allowing user to enter product and prices for an invoice.<br><br>Now I want to put the sum of...
  7. tintin007

    How to get value from a table for calculation in forms

    I have a table with two fields (ID,TAX1,TAX2) where I store my TAX1 & TAX2 value preceded by the ID of the country where they applicated for calculation in forms.&nbsp;&nbsp;The user have to select the country and the TAX values comes in automaticaly.&nbsp;&nbsp;So I don't know how to capture...

Part and Inventory Search

Back
Top