two fields automatically need to come up!

G

Goldie

Access 2003 - After creating a table, I can type in the first field and if I
have already used that student name, it automatically comes up and I can just
press enter. I would like the second field to come up automatically as soon
as the first field name is complete so I can press enter also - the first
field is the student name and the second field is the student ID #. In other
words, I would like the two fields to come up together automatically and I
just have to press enter. How do I do this?
 
J

Jeff Boyce

Goldie

What you are describing sounds suspiciously like what happens in Excel..

Access is not a spreadsheet on steroids. It doesn't work the same way. A
different mindset is needed if you're to get the best use of Access'
relationally-oriented features/functions.

For instance, if you've already recorded a student ID and student name in
one table, there's no need to record both in another table. It will be
sufficient to record only the studentID. You'd use a query to join that ID
back to a name.

For another, it sounds like you are working directly in the table for data
entry. That's the way folks usually do it in Excel, but Access table store
data, Access forms are used to display (add/edit) data.

Good luck!

--
Regards

Jeff Boyce
www.InformationFutures.net

Microsoft Office/Access MVP


Microsoft IT Academy Program Mentor
http://microsoftitacademy.com/
 
Top