473,394 Members | 1,960 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Saving and Downloading a single record

Hello Folks, I'm a Relitive newbie to the blood sport of MS ACCESS. I
have designed and built a database with multiple, Related, tables. The
db works well, more by good luck then good planing I expect. The
problem I'm faced with is being able to save certian fields from the
various tables to a floppy and then Download/Import them to an exact
copy of the database on another computer located elsewhere. This has
to be done with a floppy or other removable media (USB drive). As I
mentioned I am a newbie so if anybody has any sugestions for me I
would ask that you "put the dots close together" so that I can follow
and understand your sugestion.
Thanks, Stewart
Nov 12 '05 #1
6 1721
Some options:

1. Just copy the entire mdb to the other location?

2. Use TransferText (or TransferSpreadsheet) to export the desired records,
and the same action to import again at the other end.

3. Use replication.

BTW, we don't believe the bit about your database working merely by good
luck. :-)

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"S. Graefner" <sg*******@hfx.eastlink.ca> wrote in message
news:fd**************************@posting.google.c om...
Hello Folks, I'm a Relitive newbie to the blood sport of MS ACCESS. I
have designed and built a database with multiple, Related, tables. The
db works well, more by good luck then good planing I expect. The
problem I'm faced with is being able to save certian fields from the
various tables to a floppy and then Download/Import them to an exact
copy of the database on another computer located elsewhere. This has
to be done with a floppy or other removable media (USB drive). As I
mentioned I am a newbie so if anybody has any sugestions for me I
would ask that you "put the dots close together" so that I can follow
and understand your sugestion.
Thanks, Stewart

Nov 12 '05 #2
Thank You for your quick response.
The entire datbase is at the other location its just one record, at a
time as required, that I would like to be able to download certain
fields to. These fields come from an exact copy of the data base in
another location. These two data bases have no connectivity what so
ever therefore the transfer of these individual records, when and if
required.
The TransferText sounds like it might be a possability if you could
please expand on that. Like I said I really need the dots close
toghther so I would be able to understand the process. I have to be
able to upload various selected fields of a record to a disk and then
download them elsewhere to their proper tables in the other database.
Thank You once again, you have given me some hope that this might be
able to be accomplished.
Stewart.
PS It started out as good luck now I'm trying to get into the good
planing.

"Allen Browne" <Al*********@SeeSig.Invalid> wrote in message news:<40***********************@freenews.iinet.net .au>...
Some options:

1. Just copy the entire mdb to the other location?

2. Use TransferText (or TransferSpreadsheet) to export the desired records,
and the same action to import again at the other end.

3. Use replication.

BTW, we don't believe the bit about your database working merely by good
luck. :-)

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

Nov 12 '05 #3
Thank You for your quick response.
The entire datbase is at the other location its just one record at a
time, as required, that I would like to be able to download certain
fields to. These fields come from an exact copy of the data base in
another location. These two data bases have no connectivity what so
ever and therefore the transfer of these individual records, when and if
required.
The TransferText sounds like it might be a possability if you could
please expand on that. Like I said I really need the dots close
toghther so I would be able to understand the process. I have to be
able to upload various selected fields of a record to a disk and then
download them elsewhere to their proper tables in the other database.
Thank You once again, you have given me some hope that this might be
able to be accomplished.
Stewart.
PS It started out as good luck, now I'm trying to get into the good
planing.
"Allen Browne" <Al*********@SeeSig.Invalid> wrote in message news:<40***********************@freenews.iinet.net .au>...
Some options:

1. Just copy the entire mdb to the other location?

2. Use TransferText (or TransferSpreadsheet) to export the desired records,
and the same action to import again at the other end.

3. Use replication.

BTW, we don't believe the bit about your database working merely by good
luck. :-)

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"S. Graefner" <sg*******@hfx.eastlink.ca> wrote in message
news:fd**************************@posting.google.c om...
Hello Folks, I'm a Relitive newbie to the blood sport of MS ACCESS. I
have designed and built a database with multiple, Related, tables. The
db works well, more by good luck then good planing I expect. The
problem I'm faced with is being able to save certian fields from the
various tables to a floppy and then Download/Import them to an exact
copy of the database on another computer located elsewhere. This has
to be done with a floppy or other removable media (USB drive). As I
mentioned I am a newbie so if anybody has any sugestions for me I
would ask that you "put the dots close together" so that I can follow
and understand your sugestion.
Thanks, Stewart

Nov 12 '05 #4
Create a macro
Choose the action TransferText
Press F1 for help.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"S. Graefner" <sg*******@hfx.eastlink.ca> wrote in message
news:fd**************************@posting.google.c om...
Thank You for your quick response.
The entire datbase is at the other location its just one record at a
time, as required, that I would like to be able to download certain
fields to. These fields come from an exact copy of the data base in
another location. These two data bases have no connectivity what so
ever and therefore the transfer of these individual records, when and if
required.
The TransferText sounds like it might be a possability if you could
please expand on that. Like I said I really need the dots close
toghther so I would be able to understand the process. I have to be
able to upload various selected fields of a record to a disk and then
download them elsewhere to their proper tables in the other database.
Thank You once again, you have given me some hope that this might be
able to be accomplished.
Stewart.
PS It started out as good luck, now I'm trying to get into the good
planing.

Nov 12 '05 #5
Hello again, I've been trying all evening trying to creat a macro as
you suggested. So far I have a macro that runs a make table query
which makes a table containg the feilds I would like to save. It then
sendobject to mail in the form of an excell spreadsheet, upon creating
the email with the table as an attachment I open the attachment and
save the excell file to A:\drive. It sounds crazy but belive it or not
it works. However I dont belive for an instant this is what you had in
mind. To Retrive the file from A:\ I run a an appened Query that takes
the data from the "Save Table" which the Make Table query made and
appened it to that again it works but dammed if I know how. So now all
the info is now safely back in the database, sort of, so how do I get
it to actually get to the proper tables? Now that you've picked your
self off the floor from fits of laughter can you send me the correct
way to do it?

"Allen Browne" <Al*********@SeeSig.Invalid> wrote in message news:<40***********************@freenews.iinet.net .au>...
Create a macro
Choose the action TransferText
Press F1 for help.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"S. Graefner" <sg*******@hfx.eastlink.ca> wrote in message
news:fd**************************@posting.google.c om...
Thank You for your quick response.
The entire datbase is at the other location its just one record at a
time, as required, that I would like to be able to download certain
fields to. These fields come from an exact copy of the data base in
another location. These two data bases have no connectivity what so
ever and therefore the transfer of these individual records, when and if
required.
The TransferText sounds like it might be a possability if you could
please expand on that. Like I said I really need the dots close
toghther so I would be able to understand the process. I have to be
able to upload various selected fields of a record to a disk and then
download them elsewhere to their proper tables in the other database.
Thank You once again, you have given me some hope that this might be
able to be accomplished.
Stewart.
PS It started out as good luck, now I'm trying to get into the good
planing.

Nov 12 '05 #6
Could you just create a query that has all the right things to export?

Then use TransferSpreadsheet to export the query.
Or, if you want to email it, just SendObject.

When it arrives at the other end, use TransferSpreadsheet to import the data
again from the attachment or file.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"S. Graefner" <sg*******@hfx.eastlink.ca> wrote in message
news:fd**************************@posting.google.c om...
Hello again, I've been trying all evening trying to creat a macro as
you suggested. So far I have a macro that runs a make table query
which makes a table containg the feilds I would like to save. It then
sendobject to mail in the form of an excell spreadsheet, upon creating
the email with the table as an attachment I open the attachment and
save the excell file to A:\drive. It sounds crazy but belive it or not
it works. However I dont belive for an instant this is what you had in
mind. To Retrive the file from A:\ I run a an appened Query that takes
the data from the "Save Table" which the Make Table query made and
appened it to that again it works but dammed if I know how. So now all
the info is now safely back in the database, sort of, so how do I get
it to actually get to the proper tables? Now that you've picked your
self off the floor from fits of laughter can you send me the correct
way to do it?

"Allen Browne" <Al*********@SeeSig.Invalid> wrote in message

news:<40***********************@freenews.iinet.net .au>...
Create a macro
Choose the action TransferText
Press F1 for help.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"S. Graefner" <sg*******@hfx.eastlink.ca> wrote in message
news:fd**************************@posting.google.c om...
Thank You for your quick response.
The entire datbase is at the other location its just one record at a
time, as required, that I would like to be able to download certain
fields to. These fields come from an exact copy of the data base in
another location. These two data bases have no connectivity what so
ever and therefore the transfer of these individual records, when and if required.
The TransferText sounds like it might be a possability if you could
please expand on that. Like I said I really need the dots close
toghther so I would be able to understand the process. I have to be
able to upload various selected fields of a record to a disk and then
download them elsewhere to their proper tables in the other database.
Thank You once again, you have given me some hope that this might be
able to be accomplished.
Stewart.
PS It started out as good luck, now I'm trying to get into the good
planing.

Nov 12 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: CSDunn | last post by:
Hello, I have an Access 2000 Project in which the data comes from a SQL Server 2000 database, and multiple users need to be able to see new records as each user adds records. The users also need...
0
by: S. Graefner | last post by:
Thank You for your quick response. The entire datbase is at the other location its just one record at a time, as required, that I would like to be able to download certain fields to. These fields...
2
by: lemming | last post by:
I'd like to save the current record only with "enter" and noch with "shift-enter" (default). Has anyone an idea ? Thanks, Klaudia
13
by: Stuart McGraw | last post by:
I haven't been able to figure this out and would appreciate some help... I have two tables, both with autonumber primary keys, and linked in a conventional master-child relationship. I've...
11
by: kaosyeti | last post by:
i have a form that records 9 fields into a table. on that form i have a 'done' button to close the form. right now, if the form is fully filled in, but you don't press 'enter' before you click...
1
by: just.starting | last post by:
Hi, My dot net client downloads files and checks for any new files time to time. The server is apache2.0.53 server. So what happens is that my file download thing works fine if I dont try to call...
1
by: Hexman | last post by:
Code below ---- I'm trying to save some specific web pages to disk as text files. I searched the Internet and found a basic example which I changed to fit my needs. I tested it out first on a...
3
by: Andy_Khosravi | last post by:
I'm having a problem with an entry form on one of my applications. It would appear that the save action is sometimes not working, and is generating no error when it fails. I'm hoping one of you may...
35
by: keerthyragavendran | last post by:
hi i'm downloading a single file using multiple threads... how can i specify a particular range of bytes alone from a single large file... for example say if i need only bytes ranging from...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.