Connecting Tech Pros Worldwide Help | Site Map

Help with this Error Message

  #1  
Old November 12th, 2005, 06:17 PM
Dan
Guest
 
Posts: n/a
I can't figure out this error message. Could someone please help.
I have a text file in Notepad with the following 4 fields (Cont, Code,
List, and Numb)all of which are single tab delimited, and a bunch of
rows with values. I tried to create a macro (with the TransferText
action) that would automatically import the values from those fields
into an Access table called TestingTable which i created with the
exact same field names and text types as the text file.

Unfortunately, i get the following message when i run the Macro:

Field 'Cont_Code_List_Numb' doesn't exist in destination table
'TestingTable.'

For some reason the macro error message seems to be combining my
individual text file fields (Cont, Code, List, Numb) into one combined
field 'Cont_Code_List_Numb'.

I don't get this. Please help !
  #2  
Old November 12th, 2005, 06:17 PM
PC Datasheet
Guest
 
Posts: n/a

re: Help with this Error Message


Go to the database window and go to the tables tab. Go to File - Get External
Data. In the second dialog screen that comes up, click on Advanced. In the next
screen be sure that you have all the import parameters then save the import
spec. Back back out of all this to the database window. In your TransferText
procedure, enter the import spec parameter name you just saved. Now try your
TransferText procedure.


--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
resource@pcdatasheet.com
www.pcdatasheet.com


"Dan" <danmat347@hotmail.com> wrote in message
news:1142a0be.0312270915.31c9a361@posting.google.c om...[color=blue]
> I can't figure out this error message. Could someone please help.
> I have a text file in Notepad with the following 4 fields (Cont, Code,
> List, and Numb)all of which are single tab delimited, and a bunch of
> rows with values. I tried to create a macro (with the TransferText
> action) that would automatically import the values from those fields
> into an Access table called TestingTable which i created with the
> exact same field names and text types as the text file.
>
> Unfortunately, i get the following message when i run the Macro:
>
> Field 'Cont_Code_List_Numb' doesn't exist in destination table
> 'TestingTable.'
>
> For some reason the macro error message seems to be combining my
> individual text file fields (Cont, Code, List, Numb) into one combined
> field 'Cont_Code_List_Numb'.
>
> I don't get this. Please help ![/color]


Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Please need help with this error... Urgent jats answers 3 September 15th, 2008 04:23 PM
need help with this error KW1 answers 2 March 4th, 2007 10:35 PM
Help me with this error message amita answers 2 May 3rd, 2006 04:35 PM
Help with this error : Protocol wrong for this socket bill.oldroyd@bl.uk answers 0 August 31st, 2005 11:25 AM