 |
|
 |
|
Next: breakpoint - no data in variables
|
| Author |
Message |
External

Since: Dec 29, 2008 Posts: 1
|
(Msg. 1) Posted: Mon Dec 29, 2008 1:49 pm
Post subject: multi-source odbc to single table Archived from groups: microsoft>public>access (more info?)
|
|
|
|
| I have two sources of data. Server 1 and 2 that have the same type of data
but for different stores. Right now I have to pull the data seperately and
then copy and paste in excel to merge into 1 file. Makes the process slow.
Is there a way to link both sources and essentially have them one on top of
another. Another words pull them at the same time into 1 single linked table.
|
>> Stay informed about: multi-source odbc to single table |
|
| Back to top |
|
 |  |
External

Since: Aug 05, 2006 Posts: 43
|
(Msg. 2) Posted: Mon Dec 29, 2008 1:55 pm
Post subject: Re: multi-source odbc to single table [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Mon, 29 Dec 2008 13:49:01 -0800, Royce
wrote:
>I have two sources of data. Server 1 and 2 that have the same type of data
>but for different stores. Right now I have to pull the data seperately and
>then copy and paste in excel to merge into 1 file. Makes the process slow.
>Is there a way to link both sources and essentially have them one on top of
>another. Another words pull them at the same time into 1 single linked table.
Yes, you can link both tables in Access, then build a UNION query. You
can read up on it, but basically it's a query that joins tables
"vertically" instead of "horizontally". The end result is that rows
from both of your tables will be included.
Armen Stein
Microsoft Access MVP
www.JStreetTech.com >> Stay informed about: multi-source odbc to single table |
|
| Back to top |
|
 |  |
External

Since: Jul 01, 2008 Posts: 57
|
(Msg. 3) Posted: Mon Dec 29, 2008 8:04 pm
Post subject: Re: multi-source odbc to single table [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
you should learn how to DTS the data you need (at summary level, I
would assume).
using Access across _ANY_ type of network is not reccomended-- because
it's not stable.
when you're talking about different stores, I'm sure you're talking
about a WAN.
And Jet just doesn't run over a WAN.
If you want to use Access over a WAN, then you need to move to SQL
Server.
If you want to use Access over a WAN, then you need to move to SQL
Server.
If you want to use Access over a WAN, then you need to move to SQL
Server.
-Aaron
On Dec 29, 1:49 pm, Royce wrote:
> I have two sources of data. Server 1 and 2 that have the same type of data
> but for different stores. Right now I have to pull the data seperately and
> then copy and paste in excel to merge into 1 file. Makes the process slow.
> Is there a way to link both sources and essentially have them one on top of
> another. Another words pull them at the same time into 1 single linked table. >> Stay informed about: multi-source odbc to single table |
|
| Back to top |
|
 |  |
External

Since: Apr 16, 2008 Posts: 10
|
(Msg. 4) Posted: Mon Dec 29, 2008 8:36 pm
Post subject: Re: multi-source odbc to single table [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Okay, there is a good chance you can do that, or something like it, but we
ought to have a bit more information first.
When you say you are pulling data, several factors need to be clarified.
What sort of connection do you have to the servers? How is the data made
available to you? WHat does it mean to pull it down? And so on.
Rather than leap to a totally irrelevant suggestion, such as the one offered
by our friend Aaron, let's sort out what you are doing now.
Thanks.
"Royce" wrote in message
>I have two sources of data. Server 1 and 2 that have the same type of data
> but for different stores. Right now I have to pull the data seperately
> and
> then copy and paste in excel to merge into 1 file. Makes the process
> slow.
> Is there a way to link both sources and essentially have them one on top
> of
> another. Another words pull them at the same time into 1 single linked
> table.
> >> Stay informed about: multi-source odbc to single table |
|
| Back to top |
|
 |  |
External

Since: Apr 16, 2008 Posts: 10
|
(Msg. 5) Posted: Mon Dec 29, 2008 8:37 pm
Post subject: Re: multi-source odbc to single table [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Okay, there is a good chance you can do that, or something like it, but we
ought to have a bit more information first.
When you say you are pulling data, several factors need to be clarified.
What sort of connection do you have to the servers? How is the data made
available to you? WHat does it mean to pull it down? And so on.
Rather than leap to a totally irrelevant suggestion, such as the one offered
by our friend Aaron, let's sort out what you are doing now.
Thanks.
"Royce" wrote in message
>I have two sources of data. Server 1 and 2 that have the same type of data
> but for different stores. Right now I have to pull the data seperately
> and
> then copy and paste in excel to merge into 1 file. Makes the process
> slow.
> Is there a way to link both sources and essentially have them one on top
> of
> another. Another words pull them at the same time into 1 single linked
> table.
> >> Stay informed about: multi-source odbc to single table |
|
| Back to top |
|
 |  |
External

Since: Dec 29, 2008 Posts: 2
|
(Msg. 6) Posted: Mon Dec 29, 2008 9:14 pm
Post subject: Re: multi-source odbc to single table [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"a a r o n _ k e m p f" wrote:
> using Access across _ANY_ type of network is not
> reccomended-- because it's not stable.
Around Detroit, we don't like liars, squarehead. And what you said is a damn
lie. And, that makes you a damned liar.
> And Jet just doesn't run over a WAN.
Even my dumb wop barber knows you don't ODBC to another Access database. But
even he is smarter than a squarehead like you with solid bone between the
ears. You been knockin back too many beers to read, boy, or you just an
ignoramus?
> If you want to use Access over a WAN, then
> you need to move to SQL Server.
If you wasn't too drunk or too dumb to read, you'd know he's already using a
server database (doesn't have to be MS SQL Server, can use lots of them with
ODBC).
Mr. Kowalski >> Stay informed about: multi-source odbc to single table |
|
| Back to top |
|
 |  |
External

Since: Aug 06, 2007 Posts: 399
|
(Msg. 7) Posted: Tue Dec 30, 2008 1:21 am
Post subject: Re: multi-source odbc to single table [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Walt Kowalski wrote:
>Even my dumb wop barber knows you don't ODBC to another Access database. But
>even he is smarter than a squarehead like you with solid bone between the
>ears. You been knockin back too many beers to read, boy, or you just an
>ignoramus?
>
> > If you want to use Access over a WAN, then
> > you need to move to SQL Server.
>
>If you wasn't too drunk or too dumb to read, you'd know he's already using a
>server database (doesn't have to be MS SQL Server, can use lots of them with
>ODBC).
Regretfully Aaron Kempf is psychiatrically ill as he is monomaniacal
on the subject of SQL Server and ADPs.
Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/ >> Stay informed about: multi-source odbc to single table |
|
| Back to top |
|
 |  |
External

Since: May 25, 2007 Posts: 123
|
(Msg. 8) Posted: Wed Dec 31, 2008 11:16 am
Post subject: Re: multi-source odbc to single table [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Please refrain from ethnic slurs. Perhaps "wop" has a new meaning in
contemporary slang, but if so I doubt I'm the only one who is not aware of
the changed usage.
"Walt Kowalski" wrote in message
> "a a r o n _ k e m p f" wrote:
>
> > using Access across _ANY_ type of network is not
> > reccomended-- because it's not stable.
>
> Around Detroit, we don't like liars, squarehead. And what you said is a
> damn
> lie. And, that makes you a damned liar.
>
> > And Jet just doesn't run over a WAN.
>
> Even my dumb wop barber knows you don't ODBC to another Access database.
> But
> even he is smarter than a squarehead like you with solid bone between the
> ears. You been knockin back too many beers to read, boy, or you just an
> ignoramus?
>
> > If you want to use Access over a WAN, then
> > you need to move to SQL Server.
>
> If you wasn't too drunk or too dumb to read, you'd know he's already using
> a
> server database (doesn't have to be MS SQL Server, can use lots of them
> with
> ODBC).
>
> Mr. Kowalski
> >> Stay informed about: multi-source odbc to single table |
|
| Back to top |
|
 |  |
External

Since: Jul 01, 2008 Posts: 57
|
(Msg. 9) Posted: Thu Jan 01, 2009 3:52 pm
Post subject: Re: multi-source odbc to single table [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Walt;
Sorry dude, but Jet doesnt' work over any network reliably, especially
WAN, Wireless, VPN, etc
-Aaron
On Dec 29 2008, 9:14 pm, Walt Kowalski
wrote:
> "a a r o n _ k e m p f" wrote:
>
> > using Access across _ANY_ type of network is not
> > reccomended-- because it's not stable.
>
> Around Detroit, we don't like liars, squarehead. And what you said is a damn
> lie. And, that makes you a damned liar.
>
> > And Jet just doesn't run over a WAN.
>
> Even my dumb wop barber knows you don't ODBC to another Access database. But
> even he is smarter than a squarehead like you with solid bone between the
> ears. You been knockin back too many beers to read, boy, or you just an
> ignoramus?
>
> > If you want to use Access over a WAN, then
> > you need to move to SQL Server.
>
> If you wasn't too drunk or too dumb to read, you'd know he's already using a
> server database (doesn't have to be MS SQL Server, can use lots of them with
> ODBC).
>
> Mr. Kowalski >> Stay informed about: multi-source odbc to single table |
|
| Back to top |
|
 |  |
| Related Topics: | Can a multi-dimensional array be the control source for a .. - Hi, If it's possible, a quick example would REALLY help. I'm clueless which makes me boxless as well. ::grin:: TIA ron
Multi-select no data in table - Hi All, I really hope that someone can help me. I have quite a big database and I have lists boxes on every form. Most need to be multi-select, which they are however what ever I select either doesn't transfer at ALL into the table or only one valu...
LisBox with row source and control source - Hi, I'm trying to do as follow: I got a table Quality with qualityID Grade: 1 0 1 3 1 6 2 0 2 2 2 3 3 0 3 2 3 5 they represent the choic...
Filtered records as source for appending records to a table - Here is the business scenario: We know that every employee at every office will get a MonitorA. So instead of navigating to each employee record in the database and then entering a "MonitorA" record as one of their order items, I want the data ...
Tables (Design View) Row Source Type - Value List Row Sour.. - HI, Thanks for assisting me with my previous query. I have almost completed my access database. And now in the process of optimising it. When I first developped the database I had implemented the "List Box" option for some of the data input... |
|
You can post new topics in this forum You can reply to topics in this forum You can edit your posts in this forum You can delete your posts in this forum You can vote in polls in this forum
|
|
|
|
 |
|
|