View Full Version : Not Saving Certain fields in a form


Anauz
03-01-2001, 01:38 AM
I have a form which saves/loads data from 3/4 differnet tables....via tabs. However I do not want to save some fields...is this possible?

Thanx in advance

llkhoutx
03-01-2001, 07:24 AM
If you know the fields that you won't be saving, then on the OnCurrent event, store those values in unbound fields on your form. Only the bound fields will be saved.