Framework 1.1
Condition:
I have a pre defined query in my MS Access database. The select query is:
SELECT recID, Field1 FROM Table1
Question:
Is it possible to physically/permanently change/update the query just the way we do in ALTER TABLE? ALTER QUERY maybe?
SELECT recID1, Field1, Remark1, Note1 FROM Table1
TIA
mansii
Condition:
I have a pre defined query in my MS Access database. The select query is:
SELECT recID, Field1 FROM Table1
Question:
Is it possible to physically/permanently change/update the query just the way we do in ALTER TABLE? ALTER QUERY maybe?
SELECT recID1, Field1, Remark1, Note1 FROM Table1
TIA
mansii