'rsta is a SQL query that returns (i check by myself using msgboxes)
'rstb also returns (i also check it by myself using msgboxes)
'this .findnext only works when i type the text returned by <rsta!LINHA> by myself, but i need to put it on a variable !
Could you help me ?
The code is this:
Dim LINHAATUAL As String
LINHAATUAL = 0
LINHAATUAL = rsta!LINHA
rstb.FindNext ("CodLinha = 'LINHAATUAL'"
Thank you in advance.