G
Gerard
You sent me this code:
Public Function GetLetters(strBookCode As String) As String
And the following citeria in the query-thing:
BookCode: GetLetters([BookSymbol])
I don't quite understand you when you say that "booksymbol" should be
the name of the field that has the value I want.
The field is named Bookcode, as it is "cited" in the function and also
in the criteria-field in the query.
Maybe you can be still a bit clearer, I don't have any experience at all
with this kind of more complicated things.
I hope we'll succeed!
Regards,
Gerard
Public Function GetLetters(strBookCode As String) As String
And the following citeria in the query-thing:
BookCode: GetLetters([BookSymbol])
I don't quite understand you when you say that "booksymbol" should be
the name of the field that has the value I want.
The field is named Bookcode, as it is "cited" in the function and also
in the criteria-field in the query.
Maybe you can be still a bit clearer, I don't have any experience at all
with this kind of more complicated things.
I hope we'll succeed!
Regards,
Gerard