A2003 on WinXP.
I mentioned I'm not to good at SQL, but I perused an SQL summary of commands and was unable to figure this out myself.
I have a Master table and a Detail table. While looping through the Master table where the key field is "GID", I want to update the Detail table, where the key is autonumbered. The fields on the Detail table I want to update are: GID (numeric) and JOB (text field).
The UPDATE command seems to update an existing record and I didn't see an APPEND command.
Thank you.
I mentioned I'm not to good at SQL, but I perused an SQL summary of commands and was unable to figure this out myself.
I have a Master table and a Detail table. While looping through the Master table where the key field is "GID", I want to update the Detail table, where the key is autonumbered. The fields on the Detail table I want to update are: GID (numeric) and JOB (text field).
The UPDATE command seems to update an existing record and I didn't see an APPEND command.
Thank you.