P
PHil
okay thanks to Dennis I go on with my previous prob
but now I am blocked with that line
Set rs = db.OpenRecordset("SELECT * FROM [Your Query]")
I make it like that
Set rs = db.OpenRecordset("SELECT * FROM [Requete4] WHERE
((Session.NoSession) = [Forms]![Fiche de presence]![NoSession])")
and I have got a 3061 error ...
if I replace [Forms]![Fiche de presence]![NoSession] by a number it works ...
I tried also Me!NoSession but it doesnt work ...
Any help welcome !
but now I am blocked with that line
Set rs = db.OpenRecordset("SELECT * FROM [Your Query]")
I make it like that
Set rs = db.OpenRecordset("SELECT * FROM [Requete4] WHERE
((Session.NoSession) = [Forms]![Fiche de presence]![NoSession])")
and I have got a 3061 error ...
if I replace [Forms]![Fiche de presence]![NoSession] by a number it works ...
I tried also Me!NoSession but it doesnt work ...
Any help welcome !