Hi,
Can someone please help me
I am selecting All the data from [ItpTemplateTable tbl]
and coping it into the [ItpDescriptionInfo tbl]
From double clicking in a textbox to copy the Data
There is about 7 Cols - Both tables are exacly the same.
I am getting a error on this - Expected End of statement on the INTO
Private Sub Item_DblClick(Cancel As Integer)
strSQL = INSERT INTO [ItpDescriptionInfo tbl] SELECT * FROM[ItpTemplateTable tbl]
DoCmd.Execute strSQL
End Sub
Thanks BBryan
Can someone please help me
I am selecting All the data from [ItpTemplateTable tbl]
and coping it into the [ItpDescriptionInfo tbl]
From double clicking in a textbox to copy the Data
There is about 7 Cols - Both tables are exacly the same.
I am getting a error on this - Expected End of statement on the INTO
Private Sub Item_DblClick(Cancel As Integer)
strSQL = INSERT INTO [ItpDescriptionInfo tbl] SELECT * FROM[ItpTemplateTable tbl]
DoCmd.Execute strSQL
End Sub
Thanks BBryan