tks egsuh
I managed to make it work with the code you indicated.
Now he is doing what I wanted, putting the data in the Dbedits of the corresponding months.
I will implement the other months now and see if everything is right.
Thank you again!

Can Close the Post
dm.tbSetembro.Close;
dm.tbSetembro.SQL.Text:= 'SELECT * FROM setembro WHERE idCliente = :id';
dm.tbSetembro.ParamByName('id').AsString := frmS21teste.dbeditId.Text;
dm.tbSetembro.Open;
dm.tbOutubro.Close;
dm.tbOutubro.SQL.Text := 'SELECT * FROM outubro WHERE idCliente = :id' ;
dm.tbOutubro.ParamByName('id').AsString := frmS21teste.dbeditId.Text;
dm.tbOutubro.Open;