Viewing 15 posts - 16 through 30 (of 130 total)
Thanks Dwain. Very Nicely Done! This won't be the first time you've helped me. Perhaps one day I can repay you.
Also I checked the real table definition and the...
February 18, 2014 at 8:26 pm
Very cool. Thanks Chris. Anything that improves efficiency at different levels is ideal. It's amazing how many ways there are to get the result set. I need to build access...
January 8, 2014 at 12:51 pm
I like this idea of using the stuff function and delimiting the company's in the same column. I think with this and dwain's suggestion I'll be able to produce a...
January 8, 2014 at 5:56 am
Nice Dwain. This definitely works. I didn't think to use CROSS APPLY. Thanks for the post.
dwain.c (1/5/2014)
January 8, 2014 at 5:44 am
Thanks for the post dogramone but I am hoping to have only 1 record per company show in the result whereas this query returns the additional group id's. I could...
January 8, 2014 at 5:42 am
Thanks for posting WolfKillJ!
Your code worked really well. Correct me if I'm wrong about the logic behind it.
You create the CTE object to start. In each of the original...
November 16, 2013 at 11:01 pm
TheSQLGuru (11/14/2013)
You can actually just do the UNION ALL stuff and your calculations without a CTE too.
I did originally try with union but I was running into an issue. I'll...
November 14, 2013 at 1:42 pm
Yes that does make sense and I will try to create the code tonight. If I run into any problems I'll let you know.
November 14, 2013 at 1:41 pm
Just what I needed. Thanks HanShi!
November 14, 2013 at 11:15 am
Dwain and Piet,
both of your suggestions work very well. thanks for the reply. I can't believe I missed your suggestion Piet. I was playing with a similar query and...
November 9, 2013 at 1:44 pm
Wendel,
I am running access 2010. I have a column with datatype varbinary(max) in the sql server database. Based on the information you mention regarding the attachment control it looks...
August 28, 2013 at 2:23 pm
Disregard my last message. I changed Me.DefectCategory to Me.Combo45.Column(1) and it worked.
Thanks for that idea.
August 28, 2013 at 11:34 am
Thanks for the reply Wendel. I did try your suggestion but received the error message Method or Data Member not found. I also attached a print screen.
do you think...
August 28, 2013 at 11:27 am
If using the Attachment object is an issue what is the recommended way to store image files on an Access form to a SqlServer 2008R2 backend?
August 28, 2013 at 10:25 am
Sorry for the false alarm. It was me being a fool. When I added the ODBC connection from access I was importing the data instead of choosing linking. Once I...
August 8, 2013 at 6:22 am
Viewing 15 posts - 16 through 30 (of 130 total)