Problems Requerying Subform

C

Can

I can requery a subform like so:

Forms![TankBasics]![zzzTankBasics_Location]![zzzTankBasics_Location_Move].Form.Requery

I works GREAT .... as long as the parent record already exists. If it
doesn't then it doesn't work. Perhaps the problem is in the double nesting.
Do I need to requery the form [TankBasics] then the subform
[zzzTankBasics_Location] which has data in before I run

Forms![TankBasics]![zzzTankBasics_Location]![zzzTankBasics_Location_Move].Form.Requery

Any thoughts?

Can
 

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