M
matt17
Ok well I have been successful so far in not asking questions, but I
have hit a stumper for me this time. I have a catalog report. Sometimes
a catalog requires another catalog to be purchased so out of simplicity
I show both catalogs in the same section with the prices... i.e.
Lpxh234 $23
092j2j2j $15
normal section would be:
L2eh234 $13
My only problem is I can't figure out the syntax or how to put the $15
there. What I have to so far is I setup an unbound text box named
"txtEach", also I setup a query that puts the required catalog and the
price
Name: qryRequiredEach
SELECT tblRequired.rqdCatalog, tblProducts.Each, tblProducts.Required
FROM tblRequired INNER JOIN tblProducts ON tblRequired.rqdAutoID =
tblProducts.Required;
Well I am not sure if I have said enough information, but this is
driving me nuts so any help would be greaty appreciated
have hit a stumper for me this time. I have a catalog report. Sometimes
a catalog requires another catalog to be purchased so out of simplicity
I show both catalogs in the same section with the prices... i.e.
Lpxh234 $23
092j2j2j $15
normal section would be:
L2eh234 $13
My only problem is I can't figure out the syntax or how to put the $15
there. What I have to so far is I setup an unbound text box named
"txtEach", also I setup a query that puts the required catalog and the
price
Name: qryRequiredEach
SELECT tblRequired.rqdCatalog, tblProducts.Each, tblProducts.Required
FROM tblRequired INNER JOIN tblProducts ON tblRequired.rqdAutoID =
tblProducts.Required;
Well I am not sure if I have said enough information, but this is
driving me nuts so any help would be greaty appreciated