Hi.
I'm working on a form with a related subform. On the form, I use a combo box to find a name(person or company which then populates the main form with that persons info. Works great. I then tab down to the subform which allows me to enter transactions for the person or company listed on the main form. Again, this works ok except that I want to perform some calculations and display them on the subform using an unbound text box. I've written the formula in the control's "control source" property, but all it returns is #Name?. The basic formula is as follows:
base commission (which is manually entered by the user in the subform) * extended commission rate(which is a percentage) that is stored with the broker's static info- LN, FN, Address, etc)
For example: A broker, John Smith, has an extended commission rate of 170% and for this particular transaction get's a base commission of $100.00 (this amount is entered for each transaction by the user).
This may just be a syntax issue, but I've tried rewriting it about a hundred ways.
Anyone have any suggestions?
TIA
Mark
I'm working on a form with a related subform. On the form, I use a combo box to find a name(person or company which then populates the main form with that persons info. Works great. I then tab down to the subform which allows me to enter transactions for the person or company listed on the main form. Again, this works ok except that I want to perform some calculations and display them on the subform using an unbound text box. I've written the formula in the control's "control source" property, but all it returns is #Name?. The basic formula is as follows:
base commission (which is manually entered by the user in the subform) * extended commission rate(which is a percentage) that is stored with the broker's static info- LN, FN, Address, etc)
For example: A broker, John Smith, has an extended commission rate of 170% and for this particular transaction get's a base commission of $100.00 (this amount is entered for each transaction by the user).
This may just be a syntax issue, but I've tried rewriting it about a hundred ways.
Anyone have any suggestions?
TIA
Mark