Jump to content

Need function like..... RemoveDuplicates(field)


This topic is 6996 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Can anyone help with a function that eliminate duplicate values from a field.

I have e.g. a field with 5 values, separated by a carrige return:

8

4

5

4

8

and I need to end up with a field/list that have filtered out the duplicates:

8

4

5

any suggestions ??

;-) Claus

Link to comment
Share on other sites

Can anyone help with a function that eliminate duplicate values from a field.

I have e.g. a field with 5 values, separated by a carrige return:

8

4

5

4

8

and I need to end up with a field/list that have filtered out the duplicates:

8

4

5

any suggestions ??

;-) Claus

Link to comment
Share on other sites

This topic is 6996 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.