Search results

  1. T

    Simple SQL Statement

    Trying to write an SQL string for creating a table with two fields. One field goes fine: SQL = "CREATE TABLE x" & _ " (f CHAR(5))":D DoCmd.RunSQL SQL But SQL = "CREATE TABLE x" & _ " (f CHAR(5)), (g CHAR(5))":confused: doesnt. Please tell me...
Back
Top Bottom