requery field in Sub-SubForm

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
 
S

Steve Schapel

Deb,

That syntax looks good to me.

What event are you running this code on?

What is the Row Source of the combobox?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top