|
tech
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Daily downloadI am trying to use Access for the first time..and not sure if i am doing something wrong...or if this is just not the right application for what i am trying to do. I download a report on a nightly basis which contains about 100 rows of data and about 20 columns of data. These are web analytic statistics that track traffic to a website The columns contain several key metrics (they are the same every day) and the rows will contain information on the different sources...google, facebook, etc.. The row values will vary from day to day, as will the number of rows. The columns always remain constant. Meaning that if the first column will always contain vendor name, the second will always contain revenue. When i set up the database, there is no problem with bringin in the first file. When i try to append anotehr day, i start to have problems. The exact same file format results in many errors when i try to append. Here are the errors i received for each fo the lines of appended data.. Error Field Row Type Conversion Failure Goal2 Abandoned Funnels 46 Type Conversion Failure ID 47 Null value in an auto-number field ID 47 Again, i want to stress that it is exactly the same file format, same columns. Some help would be grealy appreciated. Type conversion errors usually means you are trying to bring text into a
field where numbers are specified or numbers into a text field, dates into number fields, etc. Check the datatypes. You must also have an autonumber field that is blank or null which is not allowed. -- Show quoteHide quoteMilton Purdy ACCESS State of Arkansas "Pivot Man" wrote: > Hello, > > I am trying to use Access for the first time..and not sure if i am doing > something wrong...or if this is just not the right application for what i am > trying to do. > > I download a report on a nightly basis which contains about 100 rows of data > and about 20 columns of data. > > These are web analytic statistics that track traffic to a website > > The columns contain several key metrics (they are the same every day) and > the rows will contain information on the different sources...google, > facebook, etc.. > > The row values will vary from day to day, as will the number of rows. > > The columns always remain constant. Meaning that if the first column will > always contain vendor name, the second will always contain revenue. > > When i set up the database, there is no problem with bringin in the first > file. When i try to append anotehr day, i start to have problems. > > The exact same file format results in many errors when i try to append. > > Here are the errors i received for each fo the lines of appended data.. > > Error Field Row > Type Conversion Failure Goal2 Abandoned Funnels 46 > Type Conversion Failure ID 47 > Null value in an auto-number field ID 47 > > Again, i want to stress that it is exactly the same file format, same columns. > > Some help would be grealy appreciated. On 1 July, 00:12, Pivot Man <Pivot***@discussions.microsoft.com>
wrote: Show quoteHide quote > Hello, Can you import it into a new table? It looks like Access is having> > I am trying to use Access for the first time..and not sure if i am doing > something wrong...or if this is just not the right application for what i am > trying to do. > > I download a report on a nightly basis which contains about 100 rows of data > and about 20 columns of data. > > These are web analytic statistics that track traffic to a website > > The columns contain several key metrics (they are the same every day) and > the rows will contain information on the different sources...google, > facebook, etc.. > > The row values will vary from day to day, as will the number of rows. > > The columns always remain constant. Meaning that if the first column will > always contain vendor name, the second will always contain revenue. > > When i set up the database, there is no problem with bringin in the first > file. When i try to append anotehr day, i start to have problems. > > The exact same file format results in many errors when i try to append. > > Here are the errors i received for each fo the lines of appended data.. > > Error Field Row > Type Conversion Failure Goal2 Abandoned Funnels 46 > Type Conversion Failure ID 47 > Null value in an auto-number field ID 47 > > Again, i want to stress that it is exactly the same file format, same columns. > > Some help would be grealy appreciated. trouble with data conversion here due to data types. For total MS Access mastery http://access-databases.com/ms-access-tutorial/
Other interesting topics
junction table setup
Access Database Setup Copy Field Data Macro - one at a time, please! Starting Point for Access 2003 database Table Set-up How do I set up a column to populate... loading Access when I already have a 2007 student Office pkg loade multiple users updating the same table and sharing BIRTHDAY MAIL SHOT |
|||||||||||||||||||||||