F
FatMan
Hi all:
The dlookup listed below use to work but since I changed the data type of
the "InFruitTransLog" from number to character in the table "tblIntake" it no
longers work and only displays "#Error". For the record "txtBatchNo" is a
text box on the form that the user types in a batch number and the dlookup is
suppose to lookup and return "IntakeID" from the table "tblInatke".
=DLookUp("[IntakeID]","[tblIntake]","[InFriutTransLog]= " &
[Forms]![frmPackoutDataEntry].txtBatchNo)
Can anyone please tell me what the problem is and how to correct it?
Thanks,
FatMan
The dlookup listed below use to work but since I changed the data type of
the "InFruitTransLog" from number to character in the table "tblIntake" it no
longers work and only displays "#Error". For the record "txtBatchNo" is a
text box on the form that the user types in a batch number and the dlookup is
suppose to lookup and return "IntakeID" from the table "tblInatke".
=DLookUp("[IntakeID]","[tblIntake]","[InFriutTransLog]= " &
[Forms]![frmPackoutDataEntry].txtBatchNo)
Can anyone please tell me what the problem is and how to correct it?
Thanks,
FatMan