J
JS
I have a form with a subform. On the subform, it opens to another subform
with a field lngMDContractID. I am trying to carry the Id to the second
subform. In the field properties: Default Value =
Forms![subfrmMedicalInfo]![lngMDContractID]. I have used this type of
expressions previously and it works. It display Name? which is telling me it
doesn't recognize the naem. I checked the name of the subform and the field
name and I made no mistake. Is there something I should know about using
default values from a subform to another subform?
I tried the AfterUpdate but it gave me a blank value instead.
Any help is appreciated!
with a field lngMDContractID. I am trying to carry the Id to the second
subform. In the field properties: Default Value =
Forms![subfrmMedicalInfo]![lngMDContractID]. I have used this type of
expressions previously and it works. It display Name? which is telling me it
doesn't recognize the naem. I checked the name of the subform and the field
name and I made no mistake. Is there something I should know about using
default values from a subform to another subform?
I tried the AfterUpdate but it gave me a blank value instead.
Any help is appreciated!