S
Slez via AccessMonster.com
This is going to be my first attempt to import data from one Access database
to another. While it may be a simple and routine task, having never done it
has me unsure of what to do. I really appreciate any guidance anyone has to
offer!
I want to import a recordset based on the field JobNumber and anther field
BidStatus. I have identified a total of 17 fields from 3 different tables in
my source database that I want to import into my destination database. They
are select fields from each table, not the entire table. The field
properties in each database match as I know they need to. My vision is that
I'll have a form in the destination database that allows me to select or
enter the JobNumber, and based on records where BidStatus = "Awarded" (query?)
, when a command button is clicked, the macro would run and import the
related data.
Hopefully that makes sense. With that said, my questions are:
1. Do I have to first create a query in either database, or is there an
action in the macro that takes care of that?
2. I don't want to import an entire table. Do I have to? Or do I use some
actions that would identify each individual field? If so, which action do I
use?
3. Does the BidStatus field need to exist in my destination database? (I
wouldn't need this field once the data is imported.)
Being a rookie at this, I appreciate any step-by-step advice, or even some
similar examples. My hope is that this gives me at least a good start. I
expect to have more specific questions.
Thanks in advance!
to another. While it may be a simple and routine task, having never done it
has me unsure of what to do. I really appreciate any guidance anyone has to
offer!
I want to import a recordset based on the field JobNumber and anther field
BidStatus. I have identified a total of 17 fields from 3 different tables in
my source database that I want to import into my destination database. They
are select fields from each table, not the entire table. The field
properties in each database match as I know they need to. My vision is that
I'll have a form in the destination database that allows me to select or
enter the JobNumber, and based on records where BidStatus = "Awarded" (query?)
, when a command button is clicked, the macro would run and import the
related data.
Hopefully that makes sense. With that said, my questions are:
1. Do I have to first create a query in either database, or is there an
action in the macro that takes care of that?
2. I don't want to import an entire table. Do I have to? Or do I use some
actions that would identify each individual field? If so, which action do I
use?
3. Does the BidStatus field need to exist in my destination database? (I
wouldn't need this field once the data is imported.)
Being a rookie at this, I appreciate any step-by-step advice, or even some
similar examples. My hope is that this gives me at least a good start. I
expect to have more specific questions.
Thanks in advance!