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
"rhbm" <rhbm[ at ]discussions.microsoft.com> wrote in message news:3B511979-C75F-49DF-B466-7A0E36276E80[ at ]microsoft.com...
[Quoted Text] > There is a pretty elaborate access database i'm working in. Where can i
see > where the information i'm seeing in access is being pulled from? does that > make sense? > -- > rhbm
|