Hi Chief,
I'll make some assumptions on a possible solution to your scan-in and get info-back.
Scan the ID card number into A1.
Elsewhere on the Excel sheet you have a data base (table if you will) where all the ID card numbers of the hunters are listed, lets say column F.
In columns G, H, I, J, K are five items (you can have more if needed) of info that relate to the ID number in F. (Name, Address, Telephone No., Expire date of ID card, Blood Type, whatever...)
In the cells where you want to return that info you can use a VLOOKUP formula that will look something like this:
=VLOOKUP(A1,$F$1:$K$50,{2,3,4,5,6},0)
So the formula will take the value in A1 and look for it in column F and when a match is noted, returns the information in columns G, H, I, J, K.
Is this some what like what you are after?
I don't know anything about Access.
Regards,
Howard