kbrooks
Still learning
- Local time
- Today, 01:12
- Joined
- May 15, 2001
- Messages
- 202
I'm trying to create a field that is a calculation based on 2 different fields. It's account_balance times percentage divided by 100. My problem is that account_balance is in the AccountData table, and percentage is in ApplicantData table. Any way to do this?
I currently have in my query:
fap_payment:[account_balance]*[percentage]/100
but when I run it, it prompts me for the percentage
I also tried:
fap_payment:[account_balance]*[ApplicantData]![percentage]/100
but it still prompts me when I run it.
Thanks in advance!
I currently have in my query:
fap_payment:[account_balance]*[percentage]/100
but when I run it, it prompts me for the percentage
I also tried:
fap_payment:[account_balance]*[ApplicantData]![percentage]/100
but it still prompts me when I run it.
Thanks in advance!