I have looked all over, and there is a ton of info on this, but I can't seem to get anything to work. I am trying to use this FAQ:
I have one table named Zip_Vert:
State Affiliate County Zip
PA PA-3 Allegheny 15227
PA PA-3 Allegheny 15229
PA PA-1 Washington 15336
PA PA-1 Washington 15444
PA PA-1 Washington 15222
I would like to make this file:
State Affiliate County Zip
PA PA-3 Allegheny 15227, 15229
PA PA-1 Washington 15336, 15444, 15222
It can be in a new table or in the same one. I created the module, and then called the function using a button, passing a SQL statement to it. I think that may be where I'm messing up. I have tried multiple SQL statements with no luck. How does it know what to concatenate on? Does it just have to be a basic select statement or something else?
Any help would be greatly appreciated!!!
I have one table named Zip_Vert:
State Affiliate County Zip
PA PA-3 Allegheny 15227
PA PA-3 Allegheny 15229
PA PA-1 Washington 15336
PA PA-1 Washington 15444
PA PA-1 Washington 15222
I would like to make this file:
State Affiliate County Zip
PA PA-3 Allegheny 15227, 15229
PA PA-1 Washington 15336, 15444, 15222
It can be in a new table or in the same one. I created the module, and then called the function using a button, passing a SQL statement to it. I think that may be where I'm messing up. I have tried multiple SQL statements with no luck. How does it know what to concatenate on? Does it just have to be a basic select statement or something else?
Any help would be greatly appreciated!!!