bonekrusher
Registered User.
- Local time
- Yesterday, 20:16
- Joined
- Nov 19, 2005
- Messages
- 266
Hi All,
I have a form which is bound to a table. I want some of the Data to go to another table which is not the control source. I am trying this code, but no luck. What am I doing wrong?
Thanks
Bones
I have a form which is bound to a table. I want some of the Data to go to another table which is not the control source. I am trying this code, but no luck. What am I doing wrong?
Code:
Table![tblImageBLOBs]![record_number] = Me.aud_number
Thanks
Bones