susieqtotallynew
MIS
Hi, there,
I am new to VBA and hope someone may be able to help.
I have a database table that includes information like the following:
ID Amount Sequence
1 $5 1
1 $10 2
1 $15 3
2 $8 1
2 $12 2
For each ID, I need to return the ID number, along with the largest amount.
Any suggestions as to how to begin would be most appreciated.
Thank you.
I am new to VBA and hope someone may be able to help.
I have a database table that includes information like the following:
ID Amount Sequence
1 $5 1
1 $10 2
1 $15 3
2 $8 1
2 $12 2
For each ID, I need to return the ID number, along with the largest amount.
Any suggestions as to how to begin would be most appreciated.
Thank you.