requery field in Sub-SubForm

  • Thread starter Thread starter deb
  • Start date Start date
D

deb

I have a form within a form within a form
f001ProjectReview (Main Form), f019Warranty (SubForm), f019WarrantyDetails
(sub-subForm)

When the ProjectID changes on the main form, I need to requery the UnitNoOpt
combobox in the sub-subForm.

I tried ... amoung other attempts
Me.f019Warranty.Form!f019WarrantyDetails.Form!UnitNoOpt.Requery

Thank you for your help
 
Deb,

That syntax looks good to me.

What event are you running this code on?

What is the Row Source of the combobox?
 
Back
Top