Hi!
i want to create a view in my program but this query generates the syntax error
but i am not getting the answer
Set RSmn = dbMn.OpenRecord set("CREATE VIEW CUS_NAME AS SELECT CMPNYNM ,INDNT FROM " & txttable & " ")
please provide help
i want to create a view in my program but this query generates the syntax error
but i am not getting the answer
Set RSmn = dbMn.OpenRecord set("CREATE VIEW CUS_NAME AS SELECT CMPNYNM ,INDNT FROM " & txttable & " ")
please provide help
Comment