T
TimT
Hello all!
I have a subform that's linked to the main form based on three fields.
The three fields are Company, Year, and Quarter.
The main form's data source is tbl_pbt and the subform's data source is
tbl_apportionment - they both have the three fields Company, Year, and
Quarter which is concatenated to form the PK and FK.
I would really like to be able to populate the three fields in tbl_pbt on
frm_pbt and have it autopopulate to tbl_apportionment on sbfrm_apportionment.
Can I do this with a "me.company = " type of command?
If so, what would the syntex look like?
I have a subform that's linked to the main form based on three fields.
The three fields are Company, Year, and Quarter.
The main form's data source is tbl_pbt and the subform's data source is
tbl_apportionment - they both have the three fields Company, Year, and
Quarter which is concatenated to form the PK and FK.
I would really like to be able to populate the three fields in tbl_pbt on
frm_pbt and have it autopopulate to tbl_apportionment on sbfrm_apportionment.
Can I do this with a "me.company = " type of command?
If so, what would the syntex look like?