Click here to Skip to main content
15,911,646 members

Comments by Sofari Sofari (Top 4 by date)

Sofari Sofari 12-Jan-17 10:29am View    
I will try to apply your proposal and I would come back to you in case I do not succeed
Sofari Sofari 12-Jan-17 8:53am View    
Okay thank you Moses!

Now my next question is: how to display data of the first query only on click bouton,I would like to make a choice using the buttons to display both queries
Sofari Sofari 12-Jan-17 7:00am View    
Yes they return similar column,here are the two queries:

1. select Matricule,Nom,Prenom,Age from tbl_agent where Age < '35'
2. select Matricule,Nom,Prenom,Age from tbl_agent where Age=(select MAX(Age) from tbl_agent)
Sofari Sofari 12-Jan-17 6:48am View    
I have a form with two buttons linked to queries, I would like to each click the results of each query appear on the gridview independently