BuilderSpec
Programmer
Hi
Does anyone know the Data Manipulation way of creating a query through SQL definitions?
I know the tables are created through:
CREATE TABLE ... statements
but what about queries ?
( PS This will we be called through a non-access system so I can't use QueryDef objects etc )
Hope this helps!
Regards
BuilderSpec
Does anyone know the Data Manipulation way of creating a query through SQL definitions?
I know the tables are created through:
CREATE TABLE ... statements
but what about queries ?
( PS This will we be called through a non-access system so I can't use QueryDef objects etc )
Hope this helps!
Regards
BuilderSpec