N
new2access123 via AccessMonster.com
I want to create and test my queries in the immediate window before adding
them to my subs. In the immediate window i was able to create a table.
DoCmd.RunSQL "create table test ([ff1] text (5));"
I appended records using the same syntax DoCmd.RunSQL "..."
Now i want to query out all the records.
DoCmd.RunSQL "SELECT * from test;"
Does not work. What is the correct syntax to run a select in the immediate
window?
thanks
them to my subs. In the immediate window i was able to create a table.
DoCmd.RunSQL "create table test ([ff1] text (5));"
I appended records using the same syntax DoCmd.RunSQL "..."
Now i want to query out all the records.
DoCmd.RunSQL "SELECT * from test;"
Does not work. What is the correct syntax to run a select in the immediate
window?
thanks