are you "seeing the information" in a query, form, or report? if so, open
the pertinent object in design view. in a query, the underlying table should
show in the top section of the query grid. in a form or report, press
Alt+Enter to open the Properties box if it isn't already open. make sure the
title bar of the box says "Form", then look at the RecordSource property for
the name of the underlying table or query. if it's a query, then close the
form and go find that query in the database window and open it in design
view to see the underlying table.
the above will work if the data is coming from a native or linked table. if
the object is bound to a recordset, it'll take more digging to find the
reference to the data source. but start with the above and see what you come
up with.
hth