Hi,
I'm pretty green at this, any help would be great:
I'm trying to write an insert statement so that it looks like this:
insert into stk_location (Item_Code, Whouse_code) Values ('column J', 'VN09')
I've entered it into Excel like so, but it keeps throwing up errors:
="insert into stk_location (Item_Code, Whouse_code) Values ('"&J3&"', 'VN09')
This is the only part of the statement that needs to look at a field in the same sheet - '"&J3&"' all other items are text only.
thanks