Ask a Question related to ASP, Design and Development.
-
powerrun #1
Merging Excel Info into existing Access Database Query
Help! I have tons of info loaded into an excel spreadsheet that I
need to transfer into an existing database in access. There is a
specific Query I need the information to transfer to. This Query has
existing records in it that I don't want to over-write.
Is this possible??
Melissa
powerrun Guest
-
Query to match date -- ODBD -- Access database
I am running CF5, and using ODBC to query an Access 2002 database. I think these are the parts of my program that illustrate the problem: <cfset... -
Creating A New Table In Existing Access Database
Hi, I am trying to create a new table in an existing database and having some issues. When I use the attached code, it gives me an: Error... -
Question - query Access database
I removed the cfloop code and the query worked: <cfoutput query="statistics"> .. . . </cfoutput> instead of <cfoutput> <cfloop... -
Error Executing Access Database Query
The query works in 5, chokes in MX7 Error Message: Invalid SQL statement; expected 'DELETE', 'INSERT', 'PROCEDURE', 'SELECT', or 'UPDATE'. ... -
HOW TO - Import all Access tables into an existing SQL Database
Andrew, In Queary analyzer, paste the following: SELECT 'TRUNCATE TABLE ' + + char(13) +char(10) +'GO' FROM sysobjects WHERE xtype='U' run... -
Ray at #2
Re: Merging Excel Info into existing Access Database Query
Do you need to do this over and over via ASP, or are you just talking about
doing it once? If just once, just do an import in Access.
Ray at work
"powerrun" <pooyou_mel@yahoo.com> wrote in message
news:bb9482f7.0310201111.2ab7e93b@posting.google.c om...> Help! I have tons of info loaded into an excel spreadsheet that I
> need to transfer into an existing database in access. There is a
> specific Query I need the information to transfer to. This Query has
> existing records in it that I don't want to over-write.
>
> Is this possible??
>
> Melissa
Ray at Guest
-
Tom Kaminski [MVP] #3
Re: Merging Excel Info into existing Access Database Query
"powerrun" <pooyou_mel@yahoo.com> wrote in message
news:bb9482f7.0310201111.2ab7e93b@posting.google.c om...Probably, but you'd also most likely get a better answer if asked in an MS> Help! I have tons of info loaded into an excel spreadsheet that I
> need to transfer into an existing database in access. There is a
> specific Query I need the information to transfer to. This Query has
> existing records in it that I don't want to over-write.
>
> Is this possible??
Access newsgroup ...
[url]http://www.microsoft.com/office/community/[/url]
--
Tom Kaminski IIS MVP
[url]http://www.iistoolshed.com/[/url] - tools, scripts, and utilities for running IIS
[url]http://mvp.support.microsoft.com/[/url]
[url]http://www.microsoft.com/windowsserver2003/community/centers/iis/[/url]
Tom Kaminski [MVP] Guest
-
powerrun #4
Re: Merging Excel Info into existing Access Database Query
Thank you for the advise, Tom!
Mel
"Tom Kaminski [MVP]" <tomk (A@T) mvps (D.O.T) org> wrote in message news:<bn1c10$m1a8@kcweb01.netnews.att.com>...> "powerrun" <pooyou_mel@yahoo.com> wrote in message
> news:bb9482f7.0310201111.2ab7e93b@posting.google.c om...>> > Help! I have tons of info loaded into an excel spreadsheet that I
> > need to transfer into an existing database in access. There is a
> > specific Query I need the information to transfer to. This Query has
> > existing records in it that I don't want to over-write.
> >
> > Is this possible??
> Probably, but you'd also most likely get a better answer if asked in an MS
> Access newsgroup ...
> [url]http://www.microsoft.com/office/community/[/url]powerrun Guest
-
powerrun #5
Re: Merging Excel Info into existing Access Database Query
I only need to do it once, but when I tried to do an import, it wanted
to import it as a table. The information I have needs to be imported
into a specific Query with existing info.
It's obvious I've not done an import into a query before, and I truly
appreciate your help.
If there's any more info you can think of, please don't hesitate to
post me again.
Thanks!
Melissa
"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message news:<OYs2Q5zlDHA.708@TK2MSFTNGP10.phx.gbl>...> Do you need to do this over and over via ASP, or are you just talking about
> doing it once? If just once, just do an import in Access.
>
> Ray at work
>
> "powerrun" <pooyou_mel@yahoo.com> wrote in message
> news:bb9482f7.0310201111.2ab7e93b@posting.google.c om...> > Help! I have tons of info loaded into an excel spreadsheet that I
> > need to transfer into an existing database in access. There is a
> > specific Query I need the information to transfer to. This Query has
> > existing records in it that I don't want to over-write.
> >
> > Is this possible??
> >
> > Melissapowerrun Guest
-
Ray at #6
Re: Merging Excel Info into existing Access Database Query
If you only have to do it once, I wouldn't bother going through all the
nonsense of building an ASP page...
Ray at work
"powerrun" <pooyou_mel@yahoo.com> wrote in message
news:bb9482f7.0310231253.7808e7e2@posting.google.c om...news:<OYs2Q5zlDHA.708@TK2MSFTNGP10.phx.gbl>...> I only need to do it once, but when I tried to do an import, it wanted
> to import it as a table. The information I have needs to be imported
> into a specific Query with existing info.
>
> It's obvious I've not done an import into a query before, and I truly
> appreciate your help.
>
> If there's any more info you can think of, please don't hesitate to
> post me again.
>
> Thanks!
> Melissa
>
> "Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in messageabout> > Do you need to do this over and over via ASP, or are you just talking> > doing it once? If just once, just do an import in Access.
> >
> > Ray at work
> >
> > "powerrun" <pooyou_mel@yahoo.com> wrote in message
> > news:bb9482f7.0310201111.2ab7e93b@posting.google.c om...> > > Help! I have tons of info loaded into an excel spreadsheet that I
> > > need to transfer into an existing database in access. There is a
> > > specific Query I need the information to transfer to. This Query has
> > > existing records in it that I don't want to over-write.
> > >
> > > Is this possible??
> > >
> > > Melissa
Ray at Guest



Reply With Quote

