I'm using the code listed below to insert a dollar sign into an existing table. The record id's already exist in the table. For each specific record, I want to place a dollar sign in the cell based on the record ID. This code doesn't work. Can anyone offer any suggestions.
Code:
DoCmd.RunSQL "INSERT INTO TBL_LoadReport ([" & insertfieldx & "]) VALUES ('$')WHERE [Report ID] = 7"