P
Paul Janofsky
I am trying to insert a record into a table
called "Amortization" using the following insert
statement:
insert into Amortization values(1,2,3,4,5);
I am getting a syntax error when compiling the VBA code.
I've tried all sorts of combinations of quotes, used the
column names, etc. Nothing works. Any help would be
appreciated.
called "Amortization" using the following insert
statement:
insert into Amortization values(1,2,3,4,5);
I am getting a syntax error when compiling the VBA code.
I've tried all sorts of combinations of quotes, used the
column names, etc. Nothing works. Any help would be
appreciated.