Hello,
I have a table that looks like this...
memid contact title
12345 sheila brown admin
12345 tammy lewis CFO
12345 john fesh Director
22333 james smith Manager
22333 lois william Nurse
33444 lisa turner CEO
I need to only return the first record for each memid. I can't figure out a way to do it in a query, and I haven't found a VBA code example. Help with the code is greatly appreciated!
Thanks,
I have a table that looks like this...
memid contact title
12345 sheila brown admin
12345 tammy lewis CFO
12345 john fesh Director
22333 james smith Manager
22333 lois william Nurse
33444 lisa turner CEO
I need to only return the first record for each memid. I can't figure out a way to do it in a query, and I haven't found a VBA code example. Help with the code is greatly appreciated!
Thanks,