V
Veli Izzet
Hi all,
I want to get the date of an invoice from a table to a report.
The table, tblFT has three fields,
FtID, FtDate, and FTNo
=DLookUp("FtDate";"tblFT";"FtNo=Numara") gives error on the report.
The report gets "Numara" as a parameter. Numara is numeric and is
something like 32455, 32456, etc.
For troubleshooting,
=DLookUp("FtDate";"tblFT";"FtNo=32455"),
=DLookUp("FtDate";"tblFT";"FtNo=32456"), etc. did not work too.
but
=DLookUp("FtDate";"tblFT";"FtID=1"), etc worked.
I tried FTNo as a text field, and as number field, the error remains.
Any help?
Thanks..
I want to get the date of an invoice from a table to a report.
The table, tblFT has three fields,
FtID, FtDate, and FTNo
=DLookUp("FtDate";"tblFT";"FtNo=Numara") gives error on the report.
The report gets "Numara" as a parameter. Numara is numeric and is
something like 32455, 32456, etc.
For troubleshooting,
=DLookUp("FtDate";"tblFT";"FtNo=32455"),
=DLookUp("FtDate";"tblFT";"FtNo=32456"), etc. did not work too.
but
=DLookUp("FtDate";"tblFT";"FtID=1"), etc worked.
I tried FTNo as a text field, and as number field, the error remains.
Any help?
Thanks..