Hi,
This must be really simple to do. I am trying to run an insert into from vba while taking the values from a form.
DoCmd.RunSQL "INSERT INTO company_categories (company_name_id,category_name_id) SELECT '2','3'", -1
The above code works however the text 2 and 3 I have to place manually in...