Search results

  1. M

    Enter Parameter Value

    Have you got a query (with a criteria) ?? Did the subform link on this query ??
  2. M

    How to filter combo box list by itself?

    Hello binbin! As you can see, there are more ways for do this. you can chose what you want.
  3. M

    How to filter combo box list by itself?

    Her it is (attachment, zip) Open form "frmInvoice" and see.
  4. M

    DoCmd.OpenForm method - go straight to EOF ( recordset ) ?

    In Form Load event put the code. DoCmd.GoToRecord,,acNewRec
  5. M

    Form Calculated fields

    Yo don't need to save calculated value, because you can calculate it always you need it.
  6. M

    AfterUpdate Not Firing

    FORM BEFORE UPDATE event
  7. M

    AfterUpdate Not Firing

    Try via BEFORE UPDATE event.
  8. M

    filter form between two dates shown in text boxes

    Look at DateFilterDB.zip (attachment, zip) Open form and try. I forgot, look at "RECORD SOURCE" (in the form).
  9. M

    Link combo boxes

    Look at "Demo4ComboA2000.mdb" (attachment, zip). Open Form and try. Adapt it in your MDB.
  10. M

    delete record which related to other records

    Look at "RELATIONSHIPS", (Attachment, word, zip).
  11. M

    Null field causing data mismatch

    Try to do it via NZ function.
  12. M

    Question Combo Box Troubles

    In the PROPERTIES (for the combo box) LIMIT TO LIST put NO, (instead of YES).
  13. M

    Question Requering control in main form brings focus on subform to first record?

    In your first thread. "After Update" event Forms!frmMainForm.txtTotalPrice.Requery
  14. M

    Question Requering control in main form brings focus on subform to first record?

    Try this: Delete this line in "After update" event.
  15. M

    Recordsets and pulling values from them

    Try to do it in Sub Form_Current, (On current event). I don't know exactly, because I don't know your task.
  16. M

    Recordsets and pulling values from them

    Try to do it via DLookup function.
  17. M

    Total Sum of a column in tabular view

    No, I can't open it.
  18. M

    Total Sum of a column in tabular view

    I can't to read this. It is not Access2000 or 2002-2003.
  19. M

    Calculation From Combo box

    Try this: In the CONTROL SOURCE poropeties (in Total field) put: =Sum([Name of the field]) I think "Name of the field" is "Total product cost", without a sign ".
  20. M

    Total Sum of a column in tabular view

    Send a short example of your mdb, (Access2000 or 2002-2003).
Back
Top Bottom