C
CW
In our Job Control system I have a Customers table that stores all the usual
info about each company, and a corresponding form ("CorporateDataForm") where
this data is maintained.
On the Billing form for each job record there is a control (a combo) showing
the name of the Customer for that particular job.
Next to this I would like to place a command button that opens the
CorporateDataForm for that customer (i.e. the customer on the current record).
I have created the played around with some code behind the OnClick event for
the button including using Me. but cannot get it to work... can some kind
person please tell me exactly how this should be coded???
Thanks a lot!
CW
info about each company, and a corresponding form ("CorporateDataForm") where
this data is maintained.
On the Billing form for each job record there is a control (a combo) showing
the name of the Customer for that particular job.
Next to this I would like to place a command button that opens the
CorporateDataForm for that customer (i.e. the customer on the current record).
I have created the played around with some code behind the OnClick event for
the button including using Me. but cannot get it to work... can some kind
person please tell me exactly how this should be coded???
Thanks a lot!
CW