SQLStatement Required Variant A string expression that's a valid SQL statement for an action query or a data-definition query. It uses an INSERT INTO, DELETE, SELECT...INTO, UPDATE, CREATE TABLE, ...
I have tried making a string and putting the SQL statement in there, then doing the DoCmd.RunSQL mySQLString thing. Nada. So, my questions to you, oh great and powerful hivemind are: Does Access choke ...
I've been asked at work to create a small/simple database application for a week using Access 2003. So I need to learn basic MS Access and VBA to accomplish the task. I've currently ran into a little ...