Hi Guys,
I've got another silly problem, which you guys can probably fix in just a sec, but I can't find the solution.
All I'm trying to do is select a record, and change a field of that selected record:
qrySetFlag.SQL.Text := 'Select * from Item where ItemNumber = '+QuotedStr(Item)...