Hi all,
Is there a way to create a query in ms-access using a command like:
create myquery(custID, custName)
as
select custID, custName
from customers;
I need to update an existing ms-access database and I would rather create a VB program to execute this commnad along with other updates.
Thanks,
Doina
Is there a way to create a query in ms-access using a command like:
create myquery(custID, custName)
as
select custID, custName
from customers;
I need to update an existing ms-access database and I would rather create a VB program to execute this commnad along with other updates.
Thanks,
Doina