You would use the Before Update and Before Insert events of the data entry form. Then check for a value in the check box, and if it = -1, then do this:
Me.Address1 = Me.BillingAddress1
Me.Address2 = Me.BillingAddress2
Me.City = Me.BillingCity
etc.
Did that help?
mmcdonal
Look it up at:
http://wrox.books24x7.com