I've searched for quite some time to find all the information you have put together so neatly in this clip. Thank you so much and I'm looking forward to watching more from you.
@exceltools68195 жыл бұрын
Your class saved me from a big problem. A strong direct embrace of Brazil.
@philipchek Жыл бұрын
Thanks, I've found what I needed :) - I've never noticed how we can save and then use the importation options via VBA - this will save me hours and hours. If there will be special cases to manage, this is a very useful help to start. Very good video.
@jaironaranjo365415 күн бұрын
Thank you so much for such great presentation!
@davegoodo36037 жыл бұрын
Hi Phil, brilliant start to the video series! It came across really well, congratulations on that. Easy to follow, I look forward to seeing the next video. Thanks for doing it!
@sleeve4ever4 жыл бұрын
You made my day, my import always failed....and you showed me why, this tricky decimal symbole, fooled me over and over again...thanks a lot
@ThomasForrester4 жыл бұрын
This is a great video. I have already been down this path, but still found this to contain a couple of new gold nuggets. One thing you did not dive into, and I think it may be important to some, is WHERE the import specification is being stored. Hint, it is in the hidden system objects (Navigation Options | Display Options). I'm unclear about this, but it has seemed to me that, when moving from one development computer to another, these specifications did not follow me. I could be wrong about that, but in case there is an issue of this type, the import specs are stored in a hidden system table. Thanks for the great tutorials!
@scottshearer84332 жыл бұрын
Thank you for this video. The portion about the Import/Export specification solved a problem I've been having with a linked table. I've done a few Google searches and that seems to be a widely unknown ability.
@jeylful6 жыл бұрын
Excellent video! Thanks for putting it together, Phil!
@clarencesail6 жыл бұрын
Really nice. Easy to follow and understand. Well structured. Great pace. Thanks!!!
@briefcasefullofbacon7291 Жыл бұрын
Thanks this helped me out immensely.
@carlosbenitez68273 жыл бұрын
thank you, I got it to work and now do an automated import for my reports!
@mapof17age5 жыл бұрын
from Japan, Your express is very simple and clear. thanks!
@ElderX22 жыл бұрын
Thanks again Phillip very valuable information.
@JoeDelaney645 жыл бұрын
Thanks Phil, Very easy to follow and very helpful.
@mrpappagone Жыл бұрын
Thanks you save my day
@pompo77712 жыл бұрын
Oh that's great tutorial, thank you very much for your effort.
@chileanwey4 жыл бұрын
that was awesome!
@md.rashedkabirreza93704 жыл бұрын
its very useful, thanks
@gavinmackay24247 жыл бұрын
Why, when you ran the import spec via VBA the first time did it produce huge ID numbers?
@codekabinettcomen7 жыл бұрын
You are very attentive. -- I accidentally imported the "CustomerNumber" field from the file into the ID field of the table once. That set the internal ID counter to the imported 7 digit number. This mistake is not included in the video. I later compacted the database. That reset the counter to the current max number from the table.
@sreejithom37265 жыл бұрын
Hi Phil, just wanted to know how we can import multiple csv files with varying numbers of columns, also I need only few mandatory columns to be inserted in to the access database which is fixed, can you please help me on this?
@codekabinettcomen5 жыл бұрын
You would need to create different import specifications for each type of file then. In the spec you can define which columns you want to import and which to ignore.
@sreejithom37265 жыл бұрын
Hi philip thanks for the replay, One more query how we can ignore some columns . By using skip blanks method in the access specification?
@DonManuel694 жыл бұрын
What if I have numbers with comma in my csv file import ?
@codekabinettcomen4 жыл бұрын
You can only handle this if the values in the csv are enclosed in delimiters, e.g. quotes. Otherwise you need to use another separator instead of the comma, e.g. pipe or semicolon.