T
tom
The following control works fine
=[Forms]![form1]![invoice number]
The following control does not work nor any of its permutations that I can
figure
=DLookUp("[supplier name]","00query1","[other number] =" &
[Forms]![form1]![invoice number])
The following control will work.
=DLookUp("[supplier name]","00query1","[other number] ='6691'")
but of course that is not at all what I want.
=[Forms]![form1]![invoice number]
The following control does not work nor any of its permutations that I can
figure
=DLookUp("[supplier name]","00query1","[other number] =" &
[Forms]![form1]![invoice number])
The following control will work.
=DLookUp("[supplier name]","00query1","[other number] ='6691'")
but of course that is not at all what I want.