Viewing 15 posts - 1 through 15 (of 17 total)
Hi Jeff,
I just got home from work so haven't had any time to mess with it. I don't know if "View" is the word I'm actually looking for. What I...
May 31, 2010 at 2:27 pm
Also...
Since I was up at an ungodly hour anyway, I went ahead and added a calendar table to my DB(from a script on this site), used it to set a...
May 31, 2010 at 9:28 am
Hi Jeff,
One problem: the results on items with One-To-One relationships are spot on, but the results with One-To-Many relationships are being averaged on the total number of results rather than...
May 31, 2010 at 1:48 am
Hi again all!
Jeff: Did you teach me a Tally Table in that same post 2 years ago? Sounds familiar, I'll have to look back at that! In the mean...
May 30, 2010 at 3:58 pm
Sorry Jeff!:-)
I guess I was impatient and looking for a quick push in the right direction. I've gotten most of the code together, but have to go to work right...
May 30, 2010 at 4:58 am
Hi again,
I've managed to retrieve the info for the one day for the multiple items through joins to two other tables(I will supply CREATE TOs if neccessary after my follow...
May 29, 2010 at 4:15 am
Hey gah,
I've been out of town for a few days, just got the chance to delve into your suggestions.
Looking at my data, it seems that, for the...
August 28, 2009 at 3:25 pm
Thanks for your time and thought! I am at my daily grind right now, so won't be able to try your code until later.
If I understand you correctly concerning the...
August 24, 2009 at 8:12 am
I also just realized how stupid the types are for "Pack" and "Size", please ignore and use proper types (Int, I suppose) for fields.
Mike
August 24, 2009 at 7:01 am
Hi,
Here is create statement. The vendor's tables are all same, so just create two with different names:
CREATE TABLE [dbo].[USFoods](
[Product #] [int] NOT NULL,
[Cat_ID] [smallint] NULL,
[SubCat_ID] [smallint] NULL,
[Description] [varchar](255) NULL,
[Brand] [varchar](255)...
August 24, 2009 at 5:40 am
p.s. I should have also stated that the two example entries are in seperate tables, each vendor having their own.
Mike
August 24, 2009 at 4:45 am
Hi gah,
Thanks for replying.
The specific project I'm working on will need the ability to compare two uoms and convert to the same base class for a price comparison. for example...
August 24, 2009 at 4:39 am
Hi again rbarryyoung,
Are you psychic? I was logging in to see if any replies on SQL books, while in the back of my mind the question to your answer was...
October 26, 2008 at 2:55 pm
Hey rbarryyoung,
I believe that last statement hit it! I'll figure out how to fit it into my scenario.
Speaking of which, any comments/advice on the structure of the two tables you've...
October 26, 2008 at 3:48 am
P.S. All the code I've tried so far I have deleted in frustration. If you would care to see the VB code that I managed to match the datagridviews with,...
October 25, 2008 at 5:32 pm
Viewing 15 posts - 1 through 15 (of 17 total)