Hi, I am new to VBA. Trying to enter data into a table names Signals. The command I'm using is
DoCmd.RunSQL "INSERT INTO signals ([date], sw, c )VALUES (s_date, buyflag, rut);"
It displays a parameter box to enter a value rather than using the variables I have defined.
I'm stumped...