Thanks but I don't want it as an unbound text box. It wouldn't work anyway. Do I have to use Open Args or is their something easier? I have tried:
DoCmd.OpenForm "Gift Certificates", _
WhereCondition:="Price=" & Me.GCAmt
I get a Compile Error: Method or data member not found...