Python exercise

HY2000

New member
Local time
Today, 06:51
Joined
Jun 27, 2018
Messages
8
For the file attached below, add the following two functions to the code.

1. A search by programme ID function. When this function is selected, a user can use the programme ID as the searching keyword to search all the students who have that programme ID. If found, the student's IDs and names will be displayed, otherwise, no found should be reported.

2. A history of search function. When this function is selected, a user can display previous searching results of "searching by student ID" function, up to the five searches. The display should contain the student IDs and student names. If there are no five previous searches, the function should inform the user.


I am new in Python and need some tips to do this exercise, hope that someone can help:banghead:
 

Attachments

This site is for Microsoft Access. The programming language is VBA. I suggest you look for another site to direct your questions.
 
Better yet, ask the instructor or a fellow student.
 

Users who are viewing this thread

Back
Top Bottom