J
james
Hi
I have a table that has two fields (plus a KEY)
CustomerName
and
BUYSELL
I want to create a query that shows each record with either "RHS" if the
value in BUYSELL = "BUY" or "LHS" if the value in BUYSELL = "SELL"
It does not need to save this in a table just needs to show it on running of
the query. How do I do this? Probably very easy but my knowledge of access
isn't great.
So basically now if I create a query to show all data it will show the
customer names and either "BUY" or "SELL" next to it. I want the query to
show the customer name and the word "RHS" if the value in BUYSELL is "SELL"
or "LHS" if the value in BUYSELL is "BUY". I don't want it to amend the data
in teh table though.
Hope this makes sense.
Thanks
I have a table that has two fields (plus a KEY)
CustomerName
and
BUYSELL
I want to create a query that shows each record with either "RHS" if the
value in BUYSELL = "BUY" or "LHS" if the value in BUYSELL = "SELL"
It does not need to save this in a table just needs to show it on running of
the query. How do I do this? Probably very easy but my knowledge of access
isn't great.
So basically now if I create a query to show all data it will show the
customer names and either "BUY" or "SELL" next to it. I want the query to
show the customer name and the word "RHS" if the value in BUYSELL is "SELL"
or "LHS" if the value in BUYSELL is "BUY". I don't want it to amend the data
in teh table though.
Hope this makes sense.
Thanks