Hi
Here's a query string I did:
strSQL =
"SELECT Table850.Depense,Table850.Disponibilité " & _
"FROM Table850 WHERE Table850.Maitre = lst1.Column(0):"
what I would like to do is to add all of the Depense I will get together and the same for the Disponibilité.
I found a way but it require my adding a few control and I would like not to if possible
can you help me?
Here's a query string I did:
strSQL =
"SELECT Table850.Depense,Table850.Disponibilité " & _
"FROM Table850 WHERE Table850.Maitre = lst1.Column(0):"
what I would like to do is to add all of the Depense I will get together and the same for the Disponibilité.
I found a way but it require my adding a few control and I would like not to if possible
can you help me?