I must be having a brain fart, but I can't figure out how to do this. First off, I'm not very good at Access, but very good at SQL.
Table: DATABASE
Fields: Type1, Type2, Type3, Type4, Type5 (only Type1 is required, others are mostly blank)
...Joined to...
Table: WORKDESCRIPTION
Fields: CMCS_Code
Each record in WORKDESCRIPTION has a cost.
I'm creating an invoice (using a query which joins the two above tables) and want to generate a cost for each value in Types 1-5, but I can only get it to pull the first cost. I'm assuming I'm going to need to run a CAST AS statement, but for the life of me I can't figure out how to write it. Any help would be greatly appreciated.