Carl Foster
Registered User.
- Local time
- Today, 23:07
- Joined
- May 29, 2006
- Messages
- 72
Hi all, I'm hoping there is a simple solution to this one.
To keep it simple, I have a continuous form showing a list of records. I have added an unbound textbox to this list.
I would like to copy the value of one of the fields for each record and paste it into the corresponding unbound textbox. I have tried this code:
but that simply copies the value of the record that has the focus and pastes it in ALL the unbound textboxes.
Can anybody help me with the code/solution to this problem please?
Thank you for your help if you can.
Carl
To keep it simple, I have a continuous form showing a list of records. I have added an unbound textbox to this list.
I would like to copy the value of one of the fields for each record and paste it into the corresponding unbound textbox. I have tried this code:
Code:
txtJobPrice = txtCustomerPrice
but that simply copies the value of the record that has the focus and pastes it in ALL the unbound textboxes.
Can anybody help me with the code/solution to this problem please?
Thank you for your help if you can.
Carl