K
Ken Ivins
I want to look to a table and see if there is a specific date in that field.
If there is then do one thing and if not do another.
I did a dlookup (trying to get a null value or string value) and got an
error that the data type did not match. I saw another post that the date
need to be formated but when I tried to do that I got errors on that as
well.
varX = DLookup("biLstNam", "[tblBilling]", "biDate='" & Me.txbBillingDate &
"'")
What am I doing wrong or is there a better way to do this?
Thanks,
Ken
If there is then do one thing and if not do another.
I did a dlookup (trying to get a null value or string value) and got an
error that the data type did not match. I saw another post that the date
need to be formated but when I tried to do that I got errors on that as
well.
varX = DLookup("biLstNam", "[tblBilling]", "biDate='" & Me.txbBillingDate &
"'")
What am I doing wrong or is there a better way to do this?
Thanks,
Ken