You posed your question in a newsgroup dedicated to Access forms. I'll
assume you want not to see those fields in your form, rather than "hiding"
them in the underlying table. After all, you don't want your users mucking
about in the tables directly...
If you need/want the fields attached to the form, but not visible, you can
set the control's .Visible property to False.
Regards
Jeff Boyce
Microsoft Access MVP
--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.
Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.
You can thank the FTC of the USA for making this disclaimer
possible/necessary.