Jan 13, 2005 #1 Trudye Programmer Sep 4, 2001 932 US Hi Everyone, I am having trouble with the syntax on a FindFirst command. Item = integer; itemid = string rs8.FindFirst "itemid =" & rs3!gItemID & "Item = " & rs3!Item I know there s/b single quotes, just not sure where to place them. Thanx much Trudye
Hi Everyone, I am having trouble with the syntax on a FindFirst command. Item = integer; itemid = string rs8.FindFirst "itemid =" & rs3!gItemID & "Item = " & rs3!Item I know there s/b single quotes, just not sure where to place them. Thanx much Trudye
Jan 13, 2005 1 #2 RoyVidar Instructor Jun 16, 2000 6,606 NO Hi! [tt]rs8.FindFirst "itemid = '" & rs3!gItemID & "' AND Item = " & rs3![Item][/tt] Surprising question in the Reports forum, though, I'd more expect it in Forms, VBA or Other topics forum;-) Roy-Vidar Upvote 0 Downvote
Hi! [tt]rs8.FindFirst "itemid = '" & rs3!gItemID & "' AND Item = " & rs3![Item][/tt] Surprising question in the Reports forum, though, I'd more expect it in Forms, VBA or Other topics forum;-) Roy-Vidar
Jan 13, 2005 Thread starter #3 Trudye Programmer Sep 4, 2001 932 US You are correct I did place it in the wrong forum, even tho the pgm is for a report. Thanks for the quick feedback Trudye Upvote 0 Downvote
You are correct I did place it in the wrong forum, even tho the pgm is for a report. Thanks for the quick feedback Trudye