A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Didn't convert FE to mde is that an issue?



 
 
Thread Tools Display Modes
  #1  
Old April 24th, 2010, 06:51 AM posted to microsoft.public.access
forest8
external usenet poster
 
Posts: 196
Default Didn't convert FE to mde is that an issue?

Hi

After splitting my database I didn't covert the FE to a mde. Is that an issue?

If it is, how do I fix it?

I also have to made some changes to the database. If I make changes to the
backend, should I still link the FE that's not a mde or make the current FE
to a MDE and then re-link it.

Thank you in advance.


  #2  
Old April 24th, 2010, 07:02 AM posted to microsoft.public.access
John W. Vinson
external usenet poster
 
Posts: 18,261
Default Didn't convert FE to mde is that an issue?

On Fri, 23 Apr 2010 22:51:01 -0700, forest8
wrote:

Hi

After splitting my database I didn't covert the FE to a mde. Is that an issue?

If it is, how do I fix it?

I also have to made some changes to the database. If I make changes to the
backend, should I still link the FE that's not a mde or make the current FE
to a MDE and then re-link it.

Thank you in advance.


It's not obligatory to make a .mde; in fact you absolutely MUST keep a copy of
the .mdb around, if you are ever to make any design changes to the user
interface in the future. The only advantages of the .mde are that it's a bit
smaller and possibly faster, and that the users won't be able to see your VBA
code or mess around with the design of your forms or reports. You can always
make your .mdb into a .mde at any time.

I would suggest that if you make changes to the structure of tables in the
backend that you open the .mdb frontend; DELETE the links to those table; and
use File... Get External Data... Link to relink to them. The frontend does
cache some information about the tables, and if the cached information doesn't
match the actual table you can get wierd and unpredictable errors. After you
have done so you can proceed to make the .mde file, but again, it's not
required.
--

John W. Vinson [MVP]
  #3  
Old April 24th, 2010, 04:41 PM posted to microsoft.public.access
forest8
external usenet poster
 
Posts: 196
Default Didn't convert FE to mde is that an issue?

Thank you for the response and the reinsurance.

After making the changes, I will ensure that I create a mde.


"John W. Vinson" wrote:

On Fri, 23 Apr 2010 22:51:01 -0700, forest8
wrote:

Hi

After splitting my database I didn't covert the FE to a mde. Is that an issue?

If it is, how do I fix it?

I also have to made some changes to the database. If I make changes to the
backend, should I still link the FE that's not a mde or make the current FE
to a MDE and then re-link it.

Thank you in advance.


It's not obligatory to make a .mde; in fact you absolutely MUST keep a copy of
the .mdb around, if you are ever to make any design changes to the user
interface in the future. The only advantages of the .mde are that it's a bit
smaller and possibly faster, and that the users won't be able to see your VBA
code or mess around with the design of your forms or reports. You can always
make your .mdb into a .mde at any time.

I would suggest that if you make changes to the structure of tables in the
backend that you open the .mdb frontend; DELETE the links to those table; and
use File... Get External Data... Link to relink to them. The frontend does
cache some information about the tables, and if the cached information doesn't
match the actual table you can get wierd and unpredictable errors. After you
have done so you can proceed to make the .mde file, but again, it's not
required.
--

John W. Vinson [MVP]
.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 11:08 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.