I have one unbound text box called BOTHPercent it displays information based on the control source =DLookUp(“Both”,”qryBOTH”). That works correctly. Going to the second unbound textbox the control source reads =[BOTHPercent] which correctly returns the amount displayed in the BOTHPercent textbox. What I want to do is have the value in the second display box display one half of the value of the first textbox. So I entered =[BOTHPercent]/2 and I get the dreaded #Error message. I have fiddled with this and still can’t get it to work properly. So what is the obvious answer? I know it has to be as clear as anything, but I can’t see the answer. I have tried quotes and () without success.
Thank you. Fay