CR XI to an Access 2003 database.
I have a formula {@getgroup} - "stringvar array x:=split({CLIENT.NAME}," - ");x[1]"
which returns the result I need and matches the group.group field.
I tried to incorporate the formula in a Command:
select client.name, group.group, group.groupname
from
client
inner join group on
stringvar array x:=split({CLIENT.NAME}," - ");
x[1] = group.group
But received the following error:
Database Connector Error: 'DAO Error Code 0xc3b
Source DAO.Database
Description: Syntax error in FROM clause.'
What am I doing wrong?
Thanks in advance!
I have a formula {@getgroup} - "stringvar array x:=split({CLIENT.NAME}," - ");x[1]"
which returns the result I need and matches the group.group field.
I tried to incorporate the formula in a Command:
select client.name, group.group, group.groupname
from
client
inner join group on
stringvar array x:=split({CLIENT.NAME}," - ");
x[1] = group.group
But received the following error:
Database Connector Error: 'DAO Error Code 0xc3b
Source DAO.Database
Description: Syntax error in FROM clause.'
What am I doing wrong?
Thanks in advance!