ChrisHaynes
Technical User
I am trying to use a combo box entry to complete the name of a field in a query. I have put this code behind a text box and I want it to look at the query and use the start of the field as 'SumOf' and then the combobox entry to be used as the text to add next to it. Then the data in this field is shown (there is only 1 record in each field). This is the code I have tried:
=qry_totalusers!["SumOf","Forms!frm_Software_Home!Combo160"]
It may be completely wrong or impossible to achieve, but can anyone give me some guidence? (or the answer!?)
Thanx in advance,
Chris.
=qry_totalusers!["SumOf","Forms!frm_Software_Home!Combo160"]
It may be completely wrong or impossible to achieve, but can anyone give me some guidence? (or the answer!?)
Thanx in advance,
Chris.