P
patti
I have a main form and subform based on 2 tables
PatientInfo Table
PatientID (pk)
PatientRelation
PatientAddress1
PatientAddress2
etc
BillingInfo Table (linked thru PatientID)
BillingID (pk)
BillingAddress1
BillingAddress2
etc.
I want the mainform fields to populate the subform fields:
if the PatientInfo.PatientRelation = "self" i want
BillingInfo.Address1 = PatientInfo.PatientAddress1
BillingInfo.Address2 = PatientInfo.PatientAddress2
if the PatientInfo.PatientRelation <>= "self" i want the user
to be able to fill in the fields.
thanks for any help.
patti
PatientInfo Table
PatientID (pk)
PatientRelation
PatientAddress1
PatientAddress2
etc
BillingInfo Table (linked thru PatientID)
BillingID (pk)
BillingAddress1
BillingAddress2
etc.
I want the mainform fields to populate the subform fields:
if the PatientInfo.PatientRelation = "self" i want
BillingInfo.Address1 = PatientInfo.PatientAddress1
BillingInfo.Address2 = PatientInfo.PatientAddress2
if the PatientInfo.PatientRelation <>= "self" i want the user
to be able to fill in the fields.
thanks for any help.
patti