Nevermind my brain came back to life, I have answered my own question...
CREATE View mProduct_Search
As
Select
mProduct.*,
(IsNull(mProduc t.PRICE,0) * 2) as [DISPLAY_PRICE],
(IsNull(mProduc t.LINER_PRICE,0 ) * 2) as [DISPLAY_LINER_P RICE],
(mProduct.ITEM_ ID + ' ' +IsNull(mProduc t.[SHORT_DESCRIPTI ON],' ') + ' ' + IsNull(mProduct .[CAT_PG],' ') + ' '+ IsNull(mProduct .[CATEG],'...
User Profile
Collapse
-
I need the COLLECTION field from the mCollection Table to be included in the mProduct_Search viewLeave a comment:
-
Need help adding 3rd table to a Join
Hi can someone help me I'm brainless, I need to add a field from a third database to this view
CREATE View mProduct_Search
As
Select
mProduct.*,
(IsNull(mProduc t.PRICE,0) * 2) as [DISPLAY_PRICE],
(IsNull(mProduc t.LINER_PRICE,0 ) * 2) as [DISPLAY_LINER_P RICE],
(mProduct.ITEM_ ID + ' ' +IsNull(mProduc t.[SHORT_DESCRIPTI ON],' ') + ' ' + IsNull(mProduct .[CAT_PG],'...
No activity results to display
Show More
Leave a comment: