Recent content by chouchou

  1. C

    how to duplicate record?

    That's really helpful. Thank you pono1.
  2. C

    how to duplicate record?

    Thank you very much, llkhoutx. I'm not familiar with DAO, but i will learn it.
  3. C

    how to duplicate record?

    I want to keep old record when I update the form. So, do I have to duplicate old record first? Or any better idea? Thanks.
  4. C

    how to duplicate record?

    I want to keep old record when I update the form. So, do I have to duplicate old record first? Or any better idea? Thanks.
  5. C

    How to use different color for each page in Tab Control?

    Thanks Thank you very much.
  6. C

    How to use different color for each page in Tab Control?

    How to use different color for each page in Tab Control?
  7. C

    I can't delete a record from table. the record is only deleted from the form.

    Thanks Pat, I have three tables using one to many. I just found i didn't set the "Recordset Type" to "Dynaset (Inconsistent Updates)". It works after changing it to "Dynaset (Inconsistent Updates)" from "Dynaset". Thank you very much.
  8. C

    I can't delete a record from table. the record is only deleted from the form.

    When I use a "delete" command button to delete a record in form, it works well. But this record is still in my table. How to delete record directly from table? Thanks
  9. C

    How to keep record history when updating?

    I built a form to update record in table. I want to keep my old record when I updating. What should I do? Thanks.
Back
Top Bottom