I am having problems creating expressions in Access 2010 forms.
I either get a “type mismatch” error in Design View or on the form it displays “#Type!”.
What I want to do is to create, in the section footer (not the report footer) an expression as follows:
__ items purchased from ________________ at a cost of __________________
The first blank would be the sum of the quantity for that vendor.
The second blank would be the vendor’s name.
The third blank would be the total cost for that vendor.
Here’s what I’d like the expression to look like on the form:
6 items purchased from ABC Train Shop at a cost of $ 123.45
The first blank is from my field “Qty”
The second blank is from my field “Sold_by”
The third blank is from my field “Calc_Total”
The reason for putting all this in one expression is because the vendor’s name varies in length and I’d like the total cost to be immediately after the vendor’s name – not way across the page.
I can format the individual control sources, but when I try to put them together in one text box, that’s when I get the errors.
Thanks