is there any way to manually input INSERT INTO in M$ Access?

  • Thread starter Thread starter lvcha.gouqizi
  • Start date Start date
L

lvcha.gouqizi

Just want to test my INSERT INTO sentence in VBScript code, but don't
know where I can do that in M$ Access. I know SELECT sentence can be
tested in a SQL View window. Is there any similar command window to do
that? Thanks.
 
lvcha.gouqizi said:
Just want to test my INSERT INTO sentence in VBScript code, but don't
know where I can do that in M$ Access. I know SELECT sentence can be
tested in a SQL View window. Is there any similar command window to do
that? Thanks.

I'm not sure what you're after. You can certainly open a new query in
SQL View, paste or type you INSERT statement into the window, and click
the Run button to execute it.
 
Back
Top