Sportman1975
New member
- Local time
- Today, 15:16
- Joined
- Jul 1, 2010
- Messages
- 5
Update-Insert macro
Dear All,
I'm trying to find a solution for days now and I need (a lot of) help from some real specialist.
I getting a daily file htm-file which I import with a macro (TransferText macro). The problem is that the current file (let say "old") contains a lot of the same data as the new file ("new"). Now Access add all data from new in the old file. But the old file should be update with the new file
Old file & new file contain the following data:
Column 1: Name item
Column 2: Number item
Column 3: Invoice
Is it possible to make a macro which import this daily list and:
1) if invoice is in old list and new list ---> column 4: Status=Open
2) if invoice is in new list and not in old list ---> add line in old list
3) if invoice is in old list and not in new list ----> column 4: Status=Closed
If need more information: do not hesitate to ask me.
All help is very appreciated.......
Dear All,
I'm trying to find a solution for days now and I need (a lot of) help from some real specialist.
I getting a daily file htm-file which I import with a macro (TransferText macro). The problem is that the current file (let say "old") contains a lot of the same data as the new file ("new"). Now Access add all data from new in the old file. But the old file should be update with the new file
Old file & new file contain the following data:
Column 1: Name item
Column 2: Number item
Column 3: Invoice
Is it possible to make a macro which import this daily list and:
1) if invoice is in old list and new list ---> column 4: Status=Open
2) if invoice is in new list and not in old list ---> add line in old list
3) if invoice is in old list and not in new list ----> column 4: Status=Closed
If need more information: do not hesitate to ask me.
All help is very appreciated.......
Last edited: