"How do I get data that does not display table "
What does that mean?
If you are using an expression in a form, what is the expression? Did this
expression create data for a field in the table and save that data when you
first created the record?
Is this expression using other data that is stored in other fields in the
database? If so, you don't want to store it more than once in the table.
For example, if you store birtdate in the table, but on your form you
display birthdate, date at which the person will turn 21, and day of the
week the person was born, then you do not need to store those items in the
table. You simply store the birthdate, then use expressions in your forms,
reports, and queries to present the other date. Storing all three would be
redundent and could lead to the various items being out of synch if one
field is changed but the others are not.