Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

syntax on a FindFirst 1

Status
Not open for further replies.

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!

[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
 
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top