A bit, thanks.
How does Crystal know which table to use each time?
If you're changing it manually in the report, you might manually change it in the report.
Do you want the database name or the table name, the first post speaks of databases, the second of tables.
If the database, than it sounds like it's always an Access database so you can use a hardcoded value. If you mean the name of the linked SQL Server database containing a table, you might use the appropriate SQL calls to return the Database name (do you mean SQL Server? Or are you saying a database which supports SQL? SQL is a programming language, not a database).
If it's a table in the Access database, then you should be able to use a Query in the Access database as your row source and include the table name within it.
Are you in too much of a hurry to clarify or are you new to databases and tables? If the latter, my apologies for this, but you seem to be rather lazy and/or hurried in your posts.
-k