View Single Post
  #8  
Old May 20th, 2010, 08:26 AM posted to microsoft.public.access.forms
Chiki
external usenet poster
 
Posts: 22
Default Sum & Count on Form.

Ok.Sorry if i had missed anything.

I had created a table named EMP. The Table consists of the fields:-

Emp id-Autonumber
Employee Name-Text
Date of Joining-Date/time
Days worked-Number
Amount Earned-Currency.

On the form,i had created the combo box named:Employee Name

and text boxes named;Date of Joining,amt earned & Days worked.

Please tell me now what to change in my code;