J
jrheltmach
Hi All, have a question I hope someone can help me out with. I have a
file from our financial application here at work that creates
invoices. In it, it pulls data from our SQL Server 2000 database and
using XML, creates text file invoices. Question I have is this. One
of our fields is an ID field called Timekeeper. It's a unique 4 digit
number assigned to every person. What I want to do is create a new
field that will take a -0- and add it to the Timekeeper field.
Example: 01710. How can I concatenate 2 fields in XML where one is a
hardcoded value and one is a database field??
Thanks!
jim
file from our financial application here at work that creates
invoices. In it, it pulls data from our SQL Server 2000 database and
using XML, creates text file invoices. Question I have is this. One
of our fields is an ID field called Timekeeper. It's a unique 4 digit
number assigned to every person. What I want to do is create a new
field that will take a -0- and add it to the Timekeeper field.
Example: 01710. How can I concatenate 2 fields in XML where one is a
hardcoded value and one is a database field??
Thanks!
jim