accessforum93
New member
- Local time
- Today, 12:43
- Joined
- Jan 6, 2011
- Messages
- 9
I have two columns from MS Access query result. The table columns are:
Original Result Query Result:
Product_Solution Product_Description
888 THNopl This product have an invalid $Detail key solution
I will like the final query result to look like:
Final Result Query Result:
Product_Solution Product_Description
888 THNopl This product have an invalid 888 THNopl key solution
As you can seefrom the "Final Result Query Result", we replaced "$Detail" with Product_Solution (888 THNopl) information if $Detail appears on this record row and we do not do anything if there is no $Deatil word on the Product_Description column. I would like to do this in MS Access Query only and not in VBA.
Thanks a lot.
Original Result Query Result:
Product_Solution Product_Description
888 THNopl This product have an invalid $Detail key solution
I will like the final query result to look like:
Final Result Query Result:
Product_Solution Product_Description
888 THNopl This product have an invalid 888 THNopl key solution
As you can seefrom the "Final Result Query Result", we replaced "$Detail" with Product_Solution (888 THNopl) information if $Detail appears on this record row and we do not do anything if there is no $Deatil word on the Product_Description column. I would like to do this in MS Access Query only and not in VBA.
Thanks a lot.