Hi guys,
Stuck on an issue.
I'll start with an example to hopefully make it clearer and easier to understand.
I am looking to be able to import this CSV file into my existing table without any issues. What I've done so far is made a query which only displays [Age, Name, Location] from the CSV file. Is there a way for me to then import that into the database with it automatically added the two tick box fields.
So my database would look like [Age, Name, Location, Boy, Girl]
If it doesn't make sense let me know and I'll try to explain better
Thanks.
Taylor
Stuck on an issue.
I'll start with an example to hopefully make it clearer and easier to understand.
- I receive a CSV file with the following headings [Age, Height, Name, Gender, Location] with 10 records every week.
- I have an access database which stores all of these in, although I decided that Height and Gender was not important so I have removed these from my access DB and added two new tick boxes at the end which are [Boy, Girl] which are both tick boxes
I am looking to be able to import this CSV file into my existing table without any issues. What I've done so far is made a query which only displays [Age, Name, Location] from the CSV file. Is there a way for me to then import that into the database with it automatically added the two tick box fields.
So my database would look like [Age, Name, Location, Boy, Girl]
If it doesn't make sense let me know and I'll try to explain better
Thanks.
Taylor