I am trying to insert into a table from a subform.
Nothing happens and I have widdled it down to the Forms(CNF Input) part of the code that isnt working but i might be wrong.
Code:
DoCmd.RunSQL "INSERT INTO [CdgrToCidr] ([CDGR ID#], [Fulfillment Status], [CDGR Title], [Parent CDGR ID#]) values ('" & Me.txtCdgrId.Value & "', 'JCRB Validated', '" & Forms(CNF Input).txtCnfTitle.Value &"', 'None')"