I have a long list of ID's that I need to find in a database in order to get their additional information. Will I be creating a query for that? Or some other way? Thank you.
I have a long list of ID's that I need to find in a database in order to get their additional information. Will I be creating a query for that? Or some other way? Thank you.
A query that joins tables seems appropriate.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
yes, I tried that after I posted my question, and it worked. Thank you.