Recent content by abieyuwae

  1. A

    control number

    well, i have a little problem. i'm designing a database and i need to assign a control number. this field is an auto number, but i want it to get it's value or assign a number i specify. the number is suppose to be a combination of workday,salescode and an assigned number which also is an auto...
  2. A

    calculated field

    hi, i have two text boxes.one have a default value of 8 (which is hours an employee can actually work) the other is the hours absent. what i'm trying to do is : 1. when i put a number in the hours absent, i want the value in the hours worked box to change. right now, what i do is make a...
  3. A

    date autofill

    hi, please is there a way i can have an autofill in two fields that contains date of the month from jan-dec and also, a social security number.so that each time i type the first couple of numbers in the ss field, it auto fills for me. and for the date, i have to make entries for each working...
  4. A

    date autofill

    hi, please is there a way i can have an autofill in two fields that contains date of the month from jan-dec and also, a social security number.so that each time i type the first couple of numbers in the ss field, it auto fills for me. and for the date, i have to make entries for each working...
  5. A

    how to calculate percentage in report

    I'm trying to calculate percentage in a report. example: total hrs: =sum([hrs]) percent: =[total hrs]/[grand total] grand total:=([hrs]) my total hours is fine...but the percentage gives me a bunch of parameter values i never specified and it doesn't show the percentage, only the total hrs...
  6. A

    how to calculate percentage in repirt

    I'm trying to calculate percentage in a report. example: total hrs: =sum([hrs]) percent: =[total hrs]/[grand total] grand total:=([hrs]) my total hours is fine...but the percentage gives me a bunch of parameter values i never specified and it doesn't show the percentage, only the total hrs...
Top Bottom