Hi all, I would appreciate some help please.
I just need pointing in the right direction as I am at a loss.
Basically I have a form (frmAddMaster) which displays two subforms
"Master Stock subform" and "Client Stock Template subform".
Each subform contains the following fields "Product ID,Product Description
and Size".
What I am trying to do is to select rows from the "Master Stock subform" and
copy them
to "Client Stock Template subform". I have created a macro which works but
only for
the "Product ID" field, it will not copy the rest of the row.
However if I manually select a row in "Master Stock subform" using the
cursor and then right click and
select copy, then move to the "Master Stock subform", select "Paste Append"
from the "Edit"
menu it works fine, what I want to be able to do is to select the rows from
"Master Stock subform"
then click a command button to automate the cut and paste process, is this
possible?
Regards, Dave.
--
--
radioman
Please remove "spamnot" to reply.
I just need pointing in the right direction as I am at a loss.
Basically I have a form (frmAddMaster) which displays two subforms
"Master Stock subform" and "Client Stock Template subform".
Each subform contains the following fields "Product ID,Product Description
and Size".
What I am trying to do is to select rows from the "Master Stock subform" and
copy them
to "Client Stock Template subform". I have created a macro which works but
only for
the "Product ID" field, it will not copy the rest of the row.
However if I manually select a row in "Master Stock subform" using the
cursor and then right click and
select copy, then move to the "Master Stock subform", select "Paste Append"
from the "Edit"
menu it works fine, what I want to be able to do is to select the rows from
"Master Stock subform"
then click a command button to automate the cut and paste process, is this
possible?
Regards, Dave.
--
--
radioman
Please remove "spamnot" to reply.
Comment