R
Rob
I have a form of customers and a subform with Orders
frmcustomer & frmorder
I would like to be able to place three address fields into three subform
delivery address fields by default they will be duplicated in the table but
I want this for the delivery information.
I have tried this in the AfterUpdate of the CustomerID (key field) event on
the frmcustomer but it doesnt populate the fields on the subform where have
I gone wrong??
Forms![frmcustomer]![subfrmorder].Form![DelAddress] = Me!Address
Forms![frmcustomer]![frmorder].Form!DelCity = Me!City
Forms![frmcustomer]![frmorder].Form!DelPostCode = Me!PostCode
Thanks for your help,
Rob
frmcustomer & frmorder
I would like to be able to place three address fields into three subform
delivery address fields by default they will be duplicated in the table but
I want this for the delivery information.
I have tried this in the AfterUpdate of the CustomerID (key field) event on
the frmcustomer but it doesnt populate the fields on the subform where have
I gone wrong??
Forms![frmcustomer]![subfrmorder].Form![DelAddress] = Me!Address
Forms![frmcustomer]![frmorder].Form!DelCity = Me!City
Forms![frmcustomer]![frmorder].Form!DelPostCode = Me!PostCode
Thanks for your help,
Rob