I am exporting data from a query in Access which I need to upload to another system. Data extract looks like this:
9006 RECIPE BASES 1 9Y
9006 RECIPE BASES 2 9K 9K
9006 RECIPE BASES 3 9K 9K 9K
9006 RECIPE BASES 4 9K 9K 9K 9K
Unfortunately the system this data is uploaded to does not work with duplications in column one and two. Previously, we were maintaining the data in Excel so, we could produce in the required format but not in Access. Is there some way I can remove duplicate enries as part of data export process in Access? So that my data looks like this:
9006 RECIPE BASES 1 9Y
2 9K 9K
3 9K 9K 9K
4 9K 9K 9K 9K
[A blank line before next category starts]
Cheers
AK
Note: Using Access 97 for back end A2002 for front end.
9006 RECIPE BASES 1 9Y
9006 RECIPE BASES 2 9K 9K
9006 RECIPE BASES 3 9K 9K 9K
9006 RECIPE BASES 4 9K 9K 9K 9K
Unfortunately the system this data is uploaded to does not work with duplications in column one and two. Previously, we were maintaining the data in Excel so, we could produce in the required format but not in Access. Is there some way I can remove duplicate enries as part of data export process in Access? So that my data looks like this:
9006 RECIPE BASES 1 9Y
2 9K 9K
3 9K 9K 9K
4 9K 9K 9K 9K
[A blank line before next category starts]
Cheers
AK
Note: Using Access 97 for back end A2002 for front end.