split database or making ACCDE

hfsitumo2001

Member
Local time
Today, 11:49
Joined
Jan 17, 2021
Messages
394
Which one should we make first, split database or making ACCDE. Since I do not know yet in which server we are putting our back end, can I make ACCDE first?
 
Check out the auto relinker from JStreet.

 
As Gasman said earlier you should split first. In fact, all databases should be split early in the development cycle
Convert the FE to ACCDE just before you deploy the app
 
Unless you are prepared to dynamically relink your BE tables, make the split first.
 
I always include a linked tables form in my apps but it is never available to the general user. It is only available to those people designated as admins and it presents a warning to not to do this unless they needed to move the BE and I'm not there to relink for them.
 
I always include a linked tables form in my apps but it is never available to the general user. It is only available to those people designated as admins and it presents a warning to not to do this unless they needed to move the BE and I'm not there to relink for them.
Yes, the same is true for me, I am the Admin as well as the developer of the software. I will put one the button to prompt me where shall I put the back end. Could you give me the sample?
 
when we split it it already guides us where shall we put right?
Yes, but you ALWAYS need a way to relink. Your users don't need it but YOU do. When you are making design changes to the FE, you should copy the BE to your local drive so you can work with test data. You would relink the copy of the FE that you are going to modify to the test BE for testing to prevent accidentally changing production data. When your changes have been validated and it is time to implement them, relink your local, test copy of the FE back to the production BE and then move the new FE to the distribution directory.

When the FE is linked to only one BE, the linked tables manager works fine but if you ever need to link to multiple BE's, the linked tables manager becomes unwieldy. Newer versions of Access have a linked tables manager that is better but it is still confusing.
 
Yes, but you ALWAYS need a way to relink. Your users don't need it but YOU do. When you are making design changes to the FE, you should copy the BE to your local drive so you can work with test data. You would relink the copy of the FE that you are going to modify to the test BE for testing to prevent accidentally changing production data. When your changes have been validated and it is time to implement them, relink your local, test copy of the FE back to the production BE and then move the new FE to the distribution directory.

When the FE is linked to only one BE, the linked tables manager works fine but if you ever need to link to multiple BE's, the linked tables manager becomes unwieldy. Newer versions of Access have a linked tables manager that is better but it is still confusing.
Thank you Pat, so can I use your sample?
 
Sure, that's what it is for. It is not for resale and you are not allowed to post it even on free sites but you can incorporate the forms and code into your own apps.
 
Sure, that's what it is for. It is not for resale and you are not allowed to post it even on free sites but you can incorporate the forms and code into your own apps.
Thank you Pat.I will never resale, neither posting in free sites, I just plan to add it on my Admin Form. Thank you again.
 

Users who are viewing this thread

Back
Top Bottom