I am working with data that has to be pulled by way of txt file due to the database is propriatary. The information goes into a excel spreedsheet first from the txt file so that I can cut it up and grap only what I need. The next step is sending it to an access database. The only thing is that the report is ran every 4 hours and the txt file will hold the last 2 weeks at that given time. So there is 42 periods of information and 41 peices of it will be repeated each time the report is ran. What I need is that VBA compare what is in the data base versus what is on the spreadsheet; comparing date, shift, and middle/end of shift (all included in the report). That way then I only send what is new to the database.
Basically saying I not sure how to do a exception rule between excel and access.
Also this all needs to be activated from excel. This is a user form that I am creating for tracking.
Thank you,
Tim
Basically saying I not sure how to do a exception rule between excel and access.
Also this all needs to be activated from excel. This is a user form that I am creating for tracking.
Thank you,
Tim