Good afternoon,
I have table that will be filtered but different combo-boxes / text-boxes. If it matches the it shows a sub-form as data sheet, resulting something something like this:
ID | Issue | Title
1 | 1 | A1
2 | 2 | A1
3 | 3 | A1
4 | 1 | B2
5 | 2 | B2
6 | 1 | C3
I want when someone clicks "show latest" it will show this:
ID | Issue | Title
3 | 3 | A1
5 | 2 | B2
6 | 1 | C3
Cheers
I have table that will be filtered but different combo-boxes / text-boxes. If it matches the it shows a sub-form as data sheet, resulting something something like this:
ID | Issue | Title
1 | 1 | A1
2 | 2 | A1
3 | 3 | A1
4 | 1 | B2
5 | 2 | B2
6 | 1 | C3
I want when someone clicks "show latest" it will show this:
ID | Issue | Title
3 | 3 | A1
5 | 2 | B2
6 | 1 | C3
Cheers