I am trying to use a Dlookup to find out the buying price of an item but am somehow getting my syntax wring due to my lack of experience...any help appreciated...I can get it to work before I multiply by the number of tickets so I think its something going wrong there.
=DLookUp("[our buying price]","tbl_Price","[Type of Ticket]= '" & [TypeOfTicket] & "' And [SKU]= '" & [AttractionID] & "' * “ & “[nooftickets]”)