Let's say you have DBs A and B. Well, you make a global field in both
databases with a value of 1, and then set up two relationships based
on these global fields: one from database A to database B and one
self-join from A to A. Set both relationships to sort on the date
fields. These are dummy relationships that always bring up every
record in the related file.
Then create a layout in database A and put two portals in it - one for
each of the two relationships. Put the date fields from the relevant
files in the portals and Bob's your uncle!
I don't know how familiar you are with talk of portals, relationships
and the like. If not, the above probably won't make much sense -
spend some time with the online help on these topics - or wait for
someone wiser and more patient to do a better job of explaining it
here :)
Good luck.
Robert
> Hi,
> I have 2 separated databases with fields for dates. I can sort each database
> by date which is great. But I would like to see a list of all dates of both
> databases on one page. Is this possible? I could either be a layout in one
> of the two databases or it could be a completely separate third database.
> Thank you so much.
> Ken