Replies: 2 comments
-
After Adam's presentation on AUG 2-6-25, I don't think this is possible and still build from source. |
Beta Was this translation helpful? Give feedback.
-
One approach you could take on this would be to add a function to run during the A second approach would be to tie into the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Access BE under source control. In development I attach to a test BE derived from the production BE. I keep a rotation for testing in multiple folders ex. X1, X2, X3, X4, X5. I would like to ignore the change when I attach to a different test BE and export source files.
ex changing from
"Connect": ";DATABASE=\\Server\BEFolder\Backup\X3\BEDatabase.accdb"
to
"Connect": ";DATABASE=\\Server\BEFolder\Backup\X4\BEDatabase.accdb"
All these table changes makes reading the Diff much more difficult.
Beta Was this translation helpful? Give feedback.
All reactions