I'm not sure how you'd enter data into an "invisible field" although you can
programmatically fill a control (like a text box). In the same code, as
you'd programmatically fill it, you'd add a line like:
Add a Boolean field in the underlying table; bVisible. In code in
one of the Form's events, set the Controls (not 'field') visible
property appropriately.
HTH
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.