M
Mike Wilson
I seem to be going around in circles with this and would appreciate any
help or guidelines
I want to append selected product lines from one table to another without
transferring all the table fields and without creating an append query.
My attempts at various codings for this have only achieved a full
transfer.
"Docmd.RunSQL "INSERT INTO tblOrderD1 ( ProductId, ProductName, [Item
weight])"
FROM tblProducts.[ProductId, tblProducts.ProductName, tblProducts.[Item
Weight]] WHERE Select = Yes
"Select" is a checkbox used to confirm Product selection
Thanks again for all the assistance
Mike
help or guidelines
I want to append selected product lines from one table to another without
transferring all the table fields and without creating an append query.
My attempts at various codings for this have only achieved a full
transfer.
"Docmd.RunSQL "INSERT INTO tblOrderD1 ( ProductId, ProductName, [Item
weight])"
FROM tblProducts.[ProductId, tblProducts.ProductName, tblProducts.[Item
Weight]] WHERE Select = Yes
"Select" is a checkbox used to confirm Product selection
Thanks again for all the assistance
Mike