D
Denielle
I have a db that contains Procedure codes and pricing. A
procedure code can be listed multiple times with a
different price.
I want to create a query that prompts to enter the
procedure codes and the related price. More than 1
procedure code will be specified.
Example: List procedure code 111 where the price is $5.00
and procedure code 222 where the price is $7.00 and
procedure code 333 where the price is $9.00, etc.
I have a parameter query setup (using an IN statement) to
prompt for the procedure codes but now I need to know how
to specify the price for each of those codes.
Any thoughts??
Thank you in advance.
procedure code can be listed multiple times with a
different price.
I want to create a query that prompts to enter the
procedure codes and the related price. More than 1
procedure code will be specified.
Example: List procedure code 111 where the price is $5.00
and procedure code 222 where the price is $7.00 and
procedure code 333 where the price is $9.00, etc.
I have a parameter query setup (using an IN statement) to
prompt for the procedure codes but now I need to know how
to specify the price for each of those codes.
Any thoughts??
Thank you in advance.