Calculated Controls from List Boxes

D

DEI

I have SQL statement written into two list boxes on a form
to query sums from two different queries. I would like to
add a control to the form that somes the two resultant
values that appear on the form. =[Control1]+[Control2] in
a text box doesn't work, I assuming because the two
controls are technically list boxes.

I have tried all sorts of ways around this. I don't want
to write an SQl statement with a join and have to define a
relationship, etc. Is there any way to convert these
numbers on the form to a usable format for calculations?
Or maybe write a row source statement that combines the
two current values? I would also like to perform some
calculations with other values on the form pulled from
different places.

These value willnot be bound to tables, they will be for
display purposes only.

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top