Forum Discussion
elkinskckathy
Mar 27, 2026Copper Contributor
Tool to compare object in one database with the same object in another database
I would like to compare a form in a backup database to the same form in my current database. It is very difficult to use the properties to find differences.
- Mar 28, 2026
You can use Application.SaveAsText (it's a hidden method) to save the form in each database to a text file.
Then use your favorite Text Comparison tool. I use WinMerge.
Tom_van_Stiphout
Mar 28, 2026Steel Contributor
You can use Application.SaveAsText (it's a hidden method) to save the form in each database to a text file.
Then use your favorite Text Comparison tool. I use WinMerge.