Stuart McLachlan
stuart at lexacorp.com.pg
Fri Nov 14 15:25:57 CST 2014
Go on, tell us :) -- Stuart On 14 Nov 2014 at 16:09, Susan Harkins wrote: > Nevermind. Don't ask. <grumble> > > Susan H. > > > is based on a query and the same structure isn't working. > > Select Case Me.OpenArgs > Case Is = "Edit" > Me.lblHeader.Caption = "Edit disposition details for " & > Me.GivenName > > It's a compile error pointing to Me.GivenName saying the data member > isn't found. It's in the underlying query, but my guess is, because > it's a query, the Form Open event is happening before the filtered > value is passed and rendered -- just a guess. > > The only difference is the underlying source -- table versus query. > Would that be the problem? > > Susan H. > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com >