Search results

  1. N

    auto add a value in form field

    Thank you so much for everyone!!
  2. N

    auto add a value in form field

    I want to auto add a value in A FORM "PIC1" field "min qty" after update "item" field, base on a TABLE information in "PIC2", please help how to do!
  3. N

    open report by form field vale

    THIS PART OF CODE IN RED "strText=Me.subForm.check_out_detail.Form.SHIPMENT NO" MAY BE HAVE MISTAKE?
  4. N

    open report by form field vale

    like this?? DoCmd.OpenReport "forms!check_out_2_main!subForm.check_out_detail.SHIPMENT NO", acViewPreview, "", "", acNormal But it not work...
  5. N

    open report by form field vale

    Hi, I want to open report by a from button, the report name is base on a subform field value, How can I do this? Thanks!
  6. N

    Add button for run batch file

    Many Thanks!!
  7. N

    Add button for run batch file

    can you tell me how to do?? Many Thanks!!
  8. N

    Add button for run batch file

    Is it possible to run batch file in access form?? access version "2013"
  9. N

    Button to add a new record

    Sorry ... I still not understand how to do, can you give me a sample file? Many Thanks!!
  10. N

    Button to add a new record

    Thank you very much!!
  11. N

    Button to add a new record

    Hi, I want to use a form button to automatic create a new data record, need to use this format in the table field... date + three digit serial no... everyday from 20170110-001 to 20170110-999
  12. N

    Can access query do this??

    Many thanks for help!!
  13. N

    Can access query do this??

    Part1 is table records Part2 is query result I want to use a query to remove hyphen
  14. N

    Can access query do this??

    Can change the table record from "Part1" to "Part2" use access query?? Part1 GOLD-023-B-126 YELLOW-23-A76-12 GREEN-7-NW-6B Part2 GOLD023B126 YELLOW23A7612 GREEN7NW6B
  15. N

    Dlookup in query?

    I join two table and solve my problem!! Thanks!!
  16. N

    Dlookup in query?

    .......................................... *Table A* Item Code JP Code Qty per case .......................................... *Table B* Item No Lot No Qty .......................................... Use Table B to make a query, I also want to show Table A field "Qty per case", base on Item...
  17. N

    Help for checking query field value when form open

    Thank so much!!
  18. N

    Help for checking query field value when form open

    Hi, When the form open, I want to use a fuction to check the query field value, if the value is equal or bigger than 10, a form entry field will disable and show a picture, please help to give me a sample code!! the query name is "check_today_tot", field name is "od_count", it only have one...
  19. N

    Combo box not in list Question??

    Hi, how to show a message & empty the form field, after entry the value not in list??
Back
Top Bottom