Viewing 15 posts - 16 through 30 (of 32 total)
🙂 I really appreciate these comments.
I learn a lot from them.
Yes, by temp I mean staging tables.
Thanks again for help.
DD
July 18, 2012 at 11:51 am
Thanks a lot!
This definetly helps. I will let you know if I have any other questions!
DD
July 18, 2012 at 10:43 am
Thanks for the reply. I am sorry but I am not sure that I understand your answer. Could you please give me more details? Am I at the right track...
November 16, 2011 at 6:20 am
This is great!!!! It gives exactley what I was looking for.
Now I have to look in detail and try to understand 🙂
Thank you one more time
June 17, 2011 at 8:32 am
Thanks to all for so fast replies!
The last one by Mark seems to be the closest to what I need.
I already have a table that has a same structure as...
June 17, 2011 at 8:13 am
Thanks for all your input.
I will post back once I decide the way I will do it.
November 25, 2010 at 6:15 am
This was very helpful!!!
It seems I am at the right track.
What I do up to now is:
I build @whereClause in my front-end application (access 2007) which I send to...
November 23, 2010 at 10:16 am
Thanks for input.
I have read a lot about dynamic SQL, but I still have not found a single example that would do something similar to this. In most cases the...
November 22, 2010 at 11:22 am
Hi,
Yes this works with this statement.
But I modified mine alittle bit so it looks like something like:
SELECT DISTINCT ([ContactID]) AS myContact
FROM tblContact
WHERE ([City]) In ("Toronto","Vancouver")
GROUP BY [ContactID] HAVING...
November 22, 2010 at 10:28 am
Hi ,
one more question.
Let's say we have:
ID ContactID City
1 1 Toronto
2 1 ...
November 22, 2010 at 8:13 am
Liebesiech:
Yes this would give desired result.
Thanks for advice!
Uripedes Pants:
Yes I have combo boxes. I also allow user to build his query that I store in a temp table. Then...
November 16, 2010 at 12:30 pm
Hi,
Thanks for your answer. I can see your point.
How would you manage this situation.
ID ContactID City
1 ...
November 16, 2010 at 7:00 am
Thank you for response.
Would you mind giving me a SQL stored procedure example that would handle this?
Right now I am building my SQL statement on the front end, and I...
November 15, 2010 at 8:11 am
Viewing 15 posts - 16 through 30 (of 32 total)