Form Construction

S

Shoelaces

I have constructed a simple discipline database for a principal. This
database has a table of students linked from another database.

There is a table, DisciplineCard, which holds records of various discipline
infractions. The fields are:
autoID
StudentID (from a related table that is linked from another database)
DateofInfraction
Place
Offense
etc.

I created a form to enter the information about the infraction. The
principal types in the StudentID, date, etc.

The desire is now to display the name of the student on the form after the
StudentID is typed to ensure that the correct student is being written about.

I am trying to determine how to do that. The student names are available in
the student table as firstname and lastname.

Any help would be very much appreciated.
 
A

Allan Murphy

Instead of typing in the StudentID, use a combo box to display student id
firstname and lastname
 
S

Shoelaces

Allan Murphy said:
Instead of typing in the StudentID, use a combo box to display student id
firstname and lastname

Thank you. Fiddling with that produced the desired result. I appreciate
the help.
 
A

Allan Murphy

Thank you.

This is why these groups exist to share knowledge and offer various
solutions. And it is FREE.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top