S
smason
hello i have writen this code in a form called frminput
=DLookUp("[amount]","[qryamttotal]","[jobid]= " & [Forms]![frminput]![jobno])
to retrieve a sum cell in a query(qryamttottal) called 'Amount'
the field in the form is 'jobno' and i am tring to link this to 'jobid' and
the query which are the same but i am getting an error message in the text
box any ideas
=DLookUp("[amount]","[qryamttotal]","[jobid]= " & [Forms]![frminput]![jobno])
to retrieve a sum cell in a query(qryamttottal) called 'Amount'
the field in the form is 'jobno' and i am tring to link this to 'jobid' and
the query which are the same but i am getting an error message in the text
box any ideas