I'm trying to create a .csv file with the export feature and it works fine as long as I'm pulling the information out of the database. Problem is I want to add some of by own lines without pulling them out of the database (about a 50/50 mix). Is this possible and if so what line of code should I use?
I'm also wantind to do a Replace feature with some of the items out my database but it doesn't seem to want to read that code such as:
dwzCsv_rs.addItem "Address1", Replace("address", "<br />", " "), "String" |
|
|