I have three tables, with two data relations connecting them (Table 1 -> Table 2 <- Table 3). I've been trying to use the command builder to generate the update, delete and insert commands as in this article but I cant seem to get this approach to work. Currently I get an error saying there is a problem with the syntax in the insert command. Also I'm using an Access database.
Is it possible to use the command builder for this or will I have to write the insert, update and delete commands myself?