Viewing 3 posts - 1 through 3 (of 3 total)
Thanks, I solved the problem. It works fine with temporary tables:)
July 22, 2008 at 2:22 am
#846211
Sorry, it was a bit confusing
The table structure looks like this:
CutId (PK, int, not null)
CardId(FK, int, not null)
Date(datetime, not null)
Cuts(numeric(6,2), not null)
Ratio(numeric(6,2), not null)
The result I get right now looks...
July 21, 2008 at 5:41 am
#845690
Thanks,
I created parameter with true/ false. but my boss wants it as a checkbox...:(
July 16, 2008 at 7:50 am
#843772