Search results

  1. T

    Problem ~ New Record and Primary Key

    Everyone, I need some help here. currently i have table : customer primary key : account number button : New Record embedded with this code DoCmd.GoToRecord , , acNewRec when i try to insert the same account number and click the New Record button it give me this error : Run-time error...
  2. T

    Double ~

    Everyone, can i know how to write a SQL query that can draw out how many duplicate data in one field?
  3. T

    Count function..how?

    Everyone, Im facing some problem here. Currently im working with a table consist of : name - text id - text buffer - text 1. I will put number '1' into buffer field when the person is coming to work. So my intention is to count how many people is coming to work (whoever with number '1' in...
  4. T

    Newbie - Search Form

    Everyone, Im new in Microsoft Access, please give me some advice on this : 1. Im currently using Access 2002 2. I got a table with field (AccNo,IC) 3. I need to build up a form to search for the IC whenever i input the AccNo the problem is i don't know how to do it ? I find all the reference...
Back
Top Bottom