C
cableguy47905 via AccessMonster.com
I am trying to do an append query on the fly. I have several different types
of textboxes, check boxes, and combo boxes as input. The ones that I seem to
have trouble with are the memo fields or combo boxes. Below is the SQL code
that I have printed out to help debug.
INSERT INTO TBL_Map (MapID, submit_type, Push_to_Mainframe, file_format,
fields_ignore, logic, map_status, Business_Need, PPED_map, Comments_map,
transfer_date, test_file, revision_change) VALUES (NewMap,FTP,H244ftp,
delimited,none,none,New Request,Technology Issue,-1,none,,none,none);
In the immediate window, I hover over the "fields_ignore" and it says null,
so does "test_file". However, you can see that it is pulling in a value.
Why wouldn't it go ahead and insert it?
I get a pop up when I try to run this statement. The error is: Run-time
error 3075:
Syntax error (missing operator) in query expression 'New Request'.
If anyone would be able to help me out with the syntax, I would greatly
appreciate it.
Thanks,
Lee
of textboxes, check boxes, and combo boxes as input. The ones that I seem to
have trouble with are the memo fields or combo boxes. Below is the SQL code
that I have printed out to help debug.
INSERT INTO TBL_Map (MapID, submit_type, Push_to_Mainframe, file_format,
fields_ignore, logic, map_status, Business_Need, PPED_map, Comments_map,
transfer_date, test_file, revision_change) VALUES (NewMap,FTP,H244ftp,
delimited,none,none,New Request,Technology Issue,-1,none,,none,none);
In the immediate window, I hover over the "fields_ignore" and it says null,
so does "test_file". However, you can see that it is pulling in a value.
Why wouldn't it go ahead and insert it?
I get a pop up when I try to run this statement. The error is: Run-time
error 3075:
Syntax error (missing operator) in query expression 'New Request'.
If anyone would be able to help me out with the syntax, I would greatly
appreciate it.
Thanks,
Lee