Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.70K
~1K People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for JLynn

I have a List box wich returns a previous criterium criterio = "select * from doc where doc.RegCompl = '" & Text1.Text & "'" criterio = criterio & " order by doc.NRegisto" Data1.RecordSource = criterio Data1.Refresh On Error Resume Next Data1.Recordset.FindFirst criterio If Data1.Recordset.NoMatch = True Then MsgBox "Registo não …

Member Avatar for José Luís
0
1K

The End.