Saving data to fields that are not present on a form

RyanB

Registered User.
Local time
Today, 11:36
Joined
Jul 13, 2004
Messages
53
Is it possible to save data to a field which isn't on the form

Say i have an inputbox and want to data to be stored in a field that isn't present on the form but the table the field is on is part of the control source.

At the moment I just have the field on the form but hidden, this is not ideal tho as i'd like the form to be as tidy as possible.

Cheers,

Ryan.
 
You don't need to have the field on the form to save to it. It just needs to be in the form's RecordSource.
 

Users who are viewing this thread

Back
Top Bottom