Press Reset button to receive info

Please help! Why do i have to press the reset button in order to receive the information from the transmitter?

Program use: Arduino Ide

For example: transmitter sends a string of words, receiver receives a range of numbers, when reset button is pressed, the string of words will then appear on the serial monitor of arduino ide.

can anyone tell me whats the problem and how do i solve it? Please help asap!

'transmitter'?
'receiver'?

Do you want to start again and describe your setup?

can anyone tell me whats the problem and how do i solve it? Please help asap!

Pobably your arduino code. When you push the reset button, the arduino runs its program and sends data. Your code probably doesn't support sending any aditional data.