Request info from multiple databases

Is it possible to create a single view that contains data from multiple databases? i.e. there are 3 Notes databases that I need to extract certain fields from and put them all into 1 view.

Subject: Request info from multiple databases

Oops, I goofed. We actually use Windows XP Professional.

Would the previous answer be relevant to this version of Windows?

to clarify my question above, the 1 view that contains the fields from 3 different databases is a separate view from the 3 databases.

to put it visually,

the end-user will access the view that contains information from the 3 different databases

Subject: RE: Request info from multiple databases

No, it doesn’t have any bearing. Views can only display data contained in the current database.

Subject: Request info from multiple databases

Not directly, you have two options:

  1. upgrade to Notes 8 and use XPages (just kidding)

  2. write a function that collects that data from the other databases, store it locally and refresh your view.