ppkgoldengun
MIS
I have a subform with the following lookup field that works correctly:
=DLookUp("[FilmType]","qryFilmAll","[FilmID] = Forms![frmDiveFilmRollSubform]![cboFilmID]"
However, when this subform is executed from the main form (on a tabbed page) it fails with a flashing "error". I've tried full path syntax, the Parent. syntax etc. Any help would be appreciated. It's probably my tired eyes.
Thanks.