starl
Administrator
- Joined
- Aug 16, 2002
- Messages
- 6,089
- Office Version
- 365
- Platform
- Windows
Generating SQL Queries to add data to Quickbooks. Fairly standard queries, but some of the strings being added need '&' in the name (eg. Tom & Jerry).
I cannot figure out how - from Excel to a db - I can do this. I'm also using a 3rd party connector for this, so I cannot use the "set define on/off" stuff. I'm limited to making a change to the text in INSERT query that will translate properly when added to the database. For example, using Replace to replace the & with something else that turns into &.
I cannot figure out how - from Excel to a db - I can do this. I'm also using a 3rd party connector for this, so I cannot use the "set define on/off" stuff. I'm limited to making a change to the text in INSERT query that will translate properly when added to the database. For example, using Replace to replace the & with something else that turns into &.