I have dlookup that is working correct but for some reason when I put in the criteria of a specific number it doesn't seem to find it in the table. I know its in the table and I even hardcoded the number into it. If I use any other number it works except this one.
Heres my code
If it makes any difference the number its looking at for rateNum is the last record in the table
Heres my code
Code:
Me.BranchBuildIn = DLookup("[" & Me.BRANCH & "]", "30YearConv", "[RateNum] = " & Me.RATE & "")
If it makes any difference the number its looking at for rateNum is the last record in the table