Send a content of unbound field in a form to a field in the table

CSCS

Registered User.
Local time
Tomorrow, 00:13
Joined
Jan 10, 2004
Messages
91
in my form I created an unbound field with a requested combination, now how can I put those in a table field.
in other words, how can I send the content of a form's unbound field to a field in the table?

your help is very appreciated.

Regards,
CS.
 
After the update of the unbound field and immediately before saving the record
use the following
yourtable.yourfield = yourformunboundfield
 
what do u you mean by "immediately before saving"
 

Users who are viewing this thread

Back
Top Bottom