A
Adam
Hello friends!!
I have two forms each with its own subform.
The first form consist of a main form with a subform for
PARTS COSTS,(a datasheet). So we have part id, part name,
etc etc for fields.
On this form we have a button that opens another form to
produce a list of parts based on a particular Company, or
part Id, or part name, etc etc.
This second form consist of a main form (with unbound
fields), that are used to search for a particular part.
We search by part no., name of company, and part name.
My question is this, once I select a particular part in
the datasheet,that is a record of one particular part,
how do I get this part added to the parts cost in the
first form? I have been using copy and paste over the
last few days, but I'm trying to automate it using a
command button.
For those who suggest copy & paste in VB, I am using
Access 2000, and...RunCommand is just not working! Access
keeps telling me "...Copy isn't available now".
Thank you
aj
I have two forms each with its own subform.
The first form consist of a main form with a subform for
PARTS COSTS,(a datasheet). So we have part id, part name,
etc etc for fields.
On this form we have a button that opens another form to
produce a list of parts based on a particular Company, or
part Id, or part name, etc etc.
This second form consist of a main form (with unbound
fields), that are used to search for a particular part.
We search by part no., name of company, and part name.
My question is this, once I select a particular part in
the datasheet,that is a record of one particular part,
how do I get this part added to the parts cost in the
first form? I have been using copy and paste over the
last few days, but I'm trying to automate it using a
command button.
For those who suggest copy & paste in VB, I am using
Access 2000, and...RunCommand is just not working! Access
keeps telling me "...Copy isn't available now".
Thank you
aj