View Full Version : Getting Percentage as my update query


alunnie
05-11-2005, 08:16 AM
I created a "Percentage" column and wish to update it by using the "Loan Amount". I did an update query and in the update field i keyed

=[loan amount]/sum(loan[loan amount])

but it doesn't show up the records, anyone could help me pls? thanks

Mile-O
05-11-2005, 08:25 AM
=[loan amount]/sum(loan[loan amount])

Is that loan a typo?

alunnie
05-11-2005, 09:17 AM
erm sorry typo there :eek:

i typed into the update field this

=[loan amount]/sum([loan amount])

which brought nothing up. Kindly advice pls