D
dhstein
For some reason I'm having a lot of problems getting a findfirst to work.
First I tried comparing to a text field but that didn't work. Now I'm trying
to compare to a numeric field (ID) but that's not working either. The first
line is I believe correct for a text field. What is the correct syntax if
the field is numeric? Thanks for any help on this.
rsCategories.FindFirst "ID = '" & Category & "'"
rsCategories.FindFirst "ID = " ????????
First I tried comparing to a text field but that didn't work. Now I'm trying
to compare to a numeric field (ID) but that's not working either. The first
line is I believe correct for a text field. What is the correct syntax if
the field is numeric? Thanks for any help on this.
rsCategories.FindFirst "ID = '" & Category & "'"
rsCategories.FindFirst "ID = " ????????