Hi,
I have entered names of student under field NAME in Access, the names are like;-
Mohan Chaturvedi,
Deepa Agarwal,
Mona Agarwal,
Sohan Chaturvehi
etc
With the help of VB6 and Crystal report 8.5 I want to take the Report of those student within whose name the word Agarwal exist. or say the Chaturvedi exist.
In Foxpro 2.6 this type of search is called searching embedded string.
So pl complete the following code
dim a as query
query= Select * from <query name> where <query.Name = .......................
(ehar)