G
Guest
Hi,
Im working on a form that has the 'activities field' wich doesnt change very
often.
Ussualy, when it comes a new day or record it has to have the yesterday's
activity written. To do that I used the Dlookup funcion as follows:
=DLookUp("[Activities]";"Table";"[ID]=Forms![TableForm]![ID]-1")
And works fine, but when is necessary to add something or change the record
I get the message that says "bound to the expression...Dlookup..."
It is possible to have the expression and allow the user to edit the field
if he wants to change the old activity??
Thanks
Im working on a form that has the 'activities field' wich doesnt change very
often.
Ussualy, when it comes a new day or record it has to have the yesterday's
activity written. To do that I used the Dlookup funcion as follows:
=DLookUp("[Activities]";"Table";"[ID]=Forms![TableForm]![ID]-1")
And works fine, but when is necessary to add something or change the record
I get the message that says "bound to the expression...Dlookup..."
It is possible to have the expression and allow the user to edit the field
if he wants to change the old activity??
Thanks