Create empty query, use builder to select your field (start from main form, then select subform), copy full name of field from query builder to VBA code
dkim18
ASKER
OK. I got it fixed.
I used the macro to requery.
It was giving me that errror.
I changed it to the event code and it is working fine.
Why would macro error out though?
mbizup
I ran into siomething similar in another question recently.
In that case it turned out to be a timing issue -- the Macro was getting executed before the subform was actually loaded.
With VBA, the timing of form/subform events is a lot more clear-cut.