Still no luck, here is the entire SP I am trying to create. I forgot to mention that the Name isnt really a name but an ID number (Int) I have it in a view as a name but its an ID number in that table.
Create Procedure "sp_getEachClub"
SELECT I1.[stuid], Substring("," &...
I was just making a new SP in Access, I do not have access currently to query analyzer on the actual SQl server.
Sounds like I will bug some people and get some more things installed.
Ok so if I just throw the code into a SP in Access that should allow me to run it correctly? I have the table created with the values 1-56 (54 is longest)
I have a table that goes a little like this
User Email Info
bob test@test.com a,b,d,f,g
tim a,d,f,h,z
rob rob@test.com h,z
I need to send to people in charge of a,b,c,d...z what people signed up for that
So I would send Bob...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.