T
Thunder Thumb
I keep getting the above error message when I try to insert a record into the
related table.
My coding reads
Me.txtIncident = Me.txtDescriptionScript & Me.txtUpdateScript
Me.txtIncident.SetFocus
Username = Environ("USERNAME")
DoCmd.RunSQL ("INSERT INTO tblIncidents ([DescriptionScript]) VALUES ('" &
Me.txtIncident.Text & "')")
I've merged two fields to make the data more meaningful. But at run time it
falls over with the error message missing operator.
Can somebody help please!!!!
related table.
My coding reads
Me.txtIncident = Me.txtDescriptionScript & Me.txtUpdateScript
Me.txtIncident.SetFocus
Username = Environ("USERNAME")
DoCmd.RunSQL ("INSERT INTO tblIncidents ([DescriptionScript]) VALUES ('" &
Me.txtIncident.Text & "')")
I've merged two fields to make the data more meaningful. But at run time it
falls over with the error message missing operator.
Can somebody help please!!!!