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 » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Remote system - How do I move forms, queries etc?



 
 
Thread Tools Display Modes
  #1  
Old March 3rd, 2008, 10:54 AM posted to microsoft.public.access.forms
Pat Backowski
external usenet poster
 
Posts: 47
Default Remote system - How do I move forms, queries etc?

Hi Everyone,

I manage a customer's 2003 database remotely via a dialup connection.
When I need to send them a new form and/or queries, I export the
new/modified bits into an empty temp database, email them the database, and
then dialup and import the bits into the customer's database.

I'm having a problem losing links in queries where not all tables referenced
in the queries are present in the temp database, but are in the final
database.

Is there a way around this?

Kind Regards,
Pat.
  #2  
Old March 3rd, 2008, 12:09 PM posted to microsoft.public.access.forms
Peter Hibbs
external usenet poster
 
Posts: 871
Default Remote system - How do I move forms, queries etc?

Pat,

Have a look at this Web site which may help.
http://www.rogersaccesslibrary.com/Otherdownload.asp?SampleName='BE%20Update%20Utilit y.mdb'

HTH

Peter Hibbs.


On Mon, 3 Mar 2008 02:54:00 -0800, Pat Backowski
wrote:

Hi Everyone,

I manage a customer's 2003 database remotely via a dialup connection.
When I need to send them a new form and/or queries, I export the
new/modified bits into an empty temp database, email them the database, and
then dialup and import the bits into the customer's database.

I'm having a problem losing links in queries where not all tables referenced
in the queries are present in the temp database, but are in the final
database.

Is there a way around this?

Kind Regards,
Pat.

  #3  
Old March 3rd, 2008, 01:50 PM posted to microsoft.public.access.forms
Douglas J. Steele
external usenet poster
 
Posts: 9,313
Default Remote system - How do I move forms, queries etc?

All you need do is send them a new version of their front-end, which they
then use to replace their existing front-end.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"Pat Backowski" wrote in message
...
Hi Everyone,

I manage a customer's 2003 database remotely via a dialup connection.
When I need to send them a new form and/or queries, I export the
new/modified bits into an empty temp database, email them the database,
and
then dialup and import the bits into the customer's database.

I'm having a problem losing links in queries where not all tables
referenced
in the queries are present in the temp database, but are in the final
database.

Is there a way around this?

Kind Regards,
Pat.



  #4  
Old March 3rd, 2008, 02:35 PM posted to microsoft.public.access.forms
Pat Backowski
external usenet poster
 
Posts: 47
Default Remote system - How do I move forms, queries etc?

Hi Douglas,

I started to have one of the "Doh" moments (why didn't I think of that?) and
then realised that the reason I don't do that is having to relink all the
tables when I put the front-end back on their system. Or am I missing
something?

Thanks,
Pat.

"Douglas J. Steele" wrote:

All you need do is send them a new version of their front-end, which they
then use to replace their existing front-end.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"Pat Backowski" wrote in message
...
Hi Everyone,

I manage a customer's 2003 database remotely via a dialup connection.
When I need to send them a new form and/or queries, I export the
new/modified bits into an empty temp database, email them the database,
and
then dialup and import the bits into the customer's database.

I'm having a problem losing links in queries where not all tables
referenced
in the queries are present in the temp database, but are in the final
database.

Is there a way around this?

Kind Regards,
Pat.




  #5  
Old March 3rd, 2008, 02:41 PM posted to microsoft.public.access.forms
Klatuu
external usenet poster
 
Posts: 7,074
Default Remote system - How do I move forms, queries etc?

In the form that loads when you start the app, put code in to link the
tables. This is not a bad idea in any case because when you relink, you will
know if there are any problems before the app starts up. I would suggest the
Open event because it can be canceled and the app aborted if there are any
problems.
--
Dave Hargis, Microsoft Access MVP


"Pat Backowski" wrote:

Hi Douglas,

I started to have one of the "Doh" moments (why didn't I think of that?) and
then realised that the reason I don't do that is having to relink all the
tables when I put the front-end back on their system. Or am I missing
something?

Thanks,
Pat.

"Douglas J. Steele" wrote:

All you need do is send them a new version of their front-end, which they
then use to replace their existing front-end.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"Pat Backowski" wrote in message
...
Hi Everyone,

I manage a customer's 2003 database remotely via a dialup connection.
When I need to send them a new form and/or queries, I export the
new/modified bits into an empty temp database, email them the database,
and
then dialup and import the bits into the customer's database.

I'm having a problem losing links in queries where not all tables
referenced
in the queries are present in the temp database, but are in the final
database.

Is there a way around this?

Kind Regards,
Pat.




  #6  
Old March 3rd, 2008, 03:55 PM posted to microsoft.public.access.forms
Peter Hibbs
external usenet poster
 
Posts: 871
Default Remote system - How do I move forms, queries etc?

Pat,

You can find code to relink the tables at :-

http://www.rogersaccesslibrary.com/Otherdownload.asp?SampleName='BE_ReLink.mdb'

HTH

Peter Hibbs.

On Mon, 3 Mar 2008 06:35:01 -0800, Pat Backowski
wrote:

Hi Douglas,

I started to have one of the "Doh" moments (why didn't I think of that?) and
then realised that the reason I don't do that is having to relink all the
tables when I put the front-end back on their system. Or am I missing
something?

Thanks,
Pat.

"Douglas J. Steele" wrote:

All you need do is send them a new version of their front-end, which they
then use to replace their existing front-end.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"Pat Backowski" wrote in message
...
Hi Everyone,

I manage a customer's 2003 database remotely via a dialup connection.
When I need to send them a new form and/or queries, I export the
new/modified bits into an empty temp database, email them the database,
and
then dialup and import the bits into the customer's database.

I'm having a problem losing links in queries where not all tables
referenced
in the queries are present in the temp database, but are in the final
database.

Is there a way around this?

Kind Regards,
Pat.




 




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:53 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.