I have two tables called MAIN and SUBMAIN. They both contain the same fields. Job#, StartDate and Enddate. I would like to update the SUBMAIN table from the MAIN table.
This is what I have so far but I receive a syntax error.
[blue]
UPDATE Submain INNER JOIN Main ON Submain.job# = Main.job#;[/blue]
This is what I have so far but I receive a syntax error.
[blue]
UPDATE Submain INNER JOIN Main ON Submain.job# = Main.job#;[/blue]