Hello all
I am using Access 2007 and I have been asked to create data for hockey players over their entire career. The fields at present are the following in my table:
(the words in uppercase are the name of the fields and the info inside () describe what the field is and [] represents the formatting of that field).
LASTNAM (last name [text])
FIRSTNAM (first name [text])
POSITION (position [text])
WEIGHT (weight [number])
HEIGHT (height [number)]
SHOOTS (shoots [letter])
DAYMONBO (day and month born [letter])
YEARBORN (year born [number])
LOCATION (country of birth [number])
EXACTLOC (place based on country [text])
DRAFTYR (year drafted [number])
DRAFTBY (drafted by [text])
OVERPOS (overall position in the draft [number])
PRESTEAM (name of present team [text])
NUMB (player's number [text])
ACTIVEROS (is player on the active roster [number])
SEASONYR (season in years [text])
PLAYOFF (was this during playoffs [number])
NHL (was this in the NHL [number])
TEAM (name of the team [text])
LEAGUE (which league was it in [text])
GP (games played [number])
G (goals [number])
A (assists [number])
P (points [number])
PLMI (plus/minus [number])
PIM (penalty minutes [number])
PP (power play goals [number])
SH (short handed goals [number])
GW (really have no idea what this is [number])
S (shots [number])
SPER (percentage of shots which resulted in a goal [number])
I have been asked to do this in Access 2007, and from there the data will be imported to SAS.
The problem is, I have no idea how to use Access.
I have done a search here, but regrettably all the answers I see, well make no sense to me
(eg. combobox?!?)
What I am trying to do is the following:
Be able to have names complete after entering a few letters in LASTNAM as well as in FIRSTNAM.
From then, based on the completed LASTNAM and FIRSTNAM fields I need Access to auto complete the following fields (if available for that LASNAM and FIRSTNAM combo):
POSITION WEIGHT HEIGHT SHOOTS DAYMONBO YEARBORN LOCATION EXACTLOC DRAFTYR DRAFTBY OVERPOS PRESTEAM NUMB ACTIVEROS
Then be able to complete the remaining fields myself.
Please help!! I really hope this makes some sense...
I am using Access 2007 and I have been asked to create data for hockey players over their entire career. The fields at present are the following in my table:
(the words in uppercase are the name of the fields and the info inside () describe what the field is and [] represents the formatting of that field).
LASTNAM (last name [text])
FIRSTNAM (first name [text])
POSITION (position [text])
WEIGHT (weight [number])
HEIGHT (height [number)]
SHOOTS (shoots [letter])
DAYMONBO (day and month born [letter])
YEARBORN (year born [number])
LOCATION (country of birth [number])
EXACTLOC (place based on country [text])
DRAFTYR (year drafted [number])
DRAFTBY (drafted by [text])
OVERPOS (overall position in the draft [number])
PRESTEAM (name of present team [text])
NUMB (player's number [text])
ACTIVEROS (is player on the active roster [number])
SEASONYR (season in years [text])
PLAYOFF (was this during playoffs [number])
NHL (was this in the NHL [number])
TEAM (name of the team [text])
LEAGUE (which league was it in [text])
GP (games played [number])
G (goals [number])
A (assists [number])
P (points [number])
PLMI (plus/minus [number])
PIM (penalty minutes [number])
PP (power play goals [number])
SH (short handed goals [number])
GW (really have no idea what this is [number])
S (shots [number])
SPER (percentage of shots which resulted in a goal [number])
I have been asked to do this in Access 2007, and from there the data will be imported to SAS.
The problem is, I have no idea how to use Access.
I have done a search here, but regrettably all the answers I see, well make no sense to me

What I am trying to do is the following:
Be able to have names complete after entering a few letters in LASTNAM as well as in FIRSTNAM.
From then, based on the completed LASTNAM and FIRSTNAM fields I need Access to auto complete the following fields (if available for that LASNAM and FIRSTNAM combo):
POSITION WEIGHT HEIGHT SHOOTS DAYMONBO YEARBORN LOCATION EXACTLOC DRAFTYR DRAFTBY OVERPOS PRESTEAM NUMB ACTIVEROS
Then be able to complete the remaining fields myself.
Please help!! I really hope this makes some sense...