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
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