Adding Input to DLookUp expression

T

Tim

I am using a DLookUp filed on a form and want to prompt a
user to change the value in certain circumstances. Is
there a way of adding an Inupt Box to a DLookUp expression
as below:

=IIf([Field1]=1,ASK THE QUESTION,DLookUp
("[Name]","table","
Code:
=" & [Field1]))
 
Top