A family of Microsoft relational database management systems designed for ease of use.
The CASE syntax works in SQL/Server but is not supported in ACE (the Access native SQL driver). I'd suggest using the Switch() function instead; see the VBA help. Where are @Bedsheet and @Comforter defined?
Alternatively (and preferably) you could consider using a Prices table with fields PriceID (autonumber primary key), Item (text, e.g. "Comforter" or "PressOnly"), and ItemPrice (Currency); you could then simply have a Join on Item to look up the price for that item.