PC Review


Reply
Thread Tools Rate Thread

append query exclude error data

 
 
inungh
Guest
Posts: n/a
 
      3rd Feb 2011
I want to import data from exported text file from other system.
The text file has some invalidate data shows #Num! in the MS Access
link tables.

I would like to import the data from the text file and exclude those
invalide data.
I would like to know how can I add criteria to filter out those
invalid data.


Your help is great appreciated,

 
Reply With Quote
 
 
 
 
John W. Vinson
Guest
Posts: n/a
 
      3rd Feb 2011
On Thu, 3 Feb 2011 08:18:32 -0800 (PST), inungh <(E-Mail Removed)> wrote:

>I want to import data from exported text file from other system.
>The text file has some invalidate data shows #Num! in the MS Access
>link tables.
>
>I would like to import the data from the text file and exclude those
>invalide data.
>I would like to know how can I add criteria to filter out those
>invalid data.
>
>
>Your help is great appreciated,


Try linking (rather than importing) the external file, and using an Append
query on it to populate your local table. You can use a calculated field

IsNumeric([fieldname])

with a criterion of True to limit the append to records with number values.
--

John W. Vinson [MVP]
Microsoft's replacements for these newsgroups:
http://social.msdn.microsoft.com/For...-US/accessdev/
http://social.answers.microsoft.com/.../en-US/addbuz/
and see also http://www.utteraccess.com
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Link CSV file created query append query to append data =?Utf-8?B?ZXNwYXJ6YW9uZQ==?= Microsoft Access Queries 2 5th Jul 2005 04:49 PM
Data validition error in append query Robert Sykes Microsoft Access Queries 1 3rd Dec 2004 03:16 PM
Re: APPEND QUERY EXCLUDE NULLS John Vinson Microsoft Access Queries 1 26th Feb 2004 08:41 PM
APPEND QUERY EXCLUDE NULLS JD Microsoft Access Queries 0 26th Feb 2004 06:37 PM
Error while inserting null data in Append Query subbu Microsoft Access Queries 1 16th Jul 2003 12:06 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:55 PM.