Query in Access doesn't work in Visual Studio

  • Thread starter Thread starter Paola
  • Start date Start date
P

Paola

I have a query that was created in access and it separates
one column into several colmns. It uses the GetCSWord
function to divide the column. Does anyone know what I
could use to do the same thing using transact-sql? The
GetCSWord comes up as not a valid function in visual
studio.

Paola
 
The function GetCSWord does not sound like an inbuilt
function in Access / VBA. Could it be a UDF (user-defined
function)?

If it is a UDF, you will need to re-write the function in
T-SQL.

HTH
Van T. Dinh
MVP (Access)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top