Syntax
| SQL.SearchProject([ResQuery][, MySearch][, ExcludeHistory])
| ||||||||
---|---|---|---|---|---|---|---|---|---|
Description
| High-level function that greatly simplifies project searching. If successful , the function returns a project numbers in a long integer (Long).
This function is optimized for retrieving complex search queries; Its search power is comparable to that of well-known search engines on the Internet. For an explanation of the search capabilities, see the explanation in the general guide.
| ||||||||
See Also
| other SQL.Searchxxxxxxxx functions, Projects.
| ||||||||
Example
| Sub Main() Dim sZoek As String sZoek = InputBox$("Trefwoorden:") If Len(sZoek) = 0 Then End Debug.Print SQL.SearchProject(, sZoek) End Sub | ||||||||