Python exercise (1 Viewer)

HY2000

New member
Local time
Today, 06:24
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

  • student_exercise 1.zip
    1.8 KB · Views: 114

Cronk

Registered User.
Local time
Tomorrow, 00:24
Joined
Jul 4, 2013
Messages
2,770
This site is for Microsoft Access. The programming language is VBA. I suggest you look for another site to direct your questions.
 

plog

Banishment Pending
Local time
Today, 08:24
Joined
May 11, 2011
Messages
11,611
Better yet, ask the instructor or a fellow student.
 

Users who are viewing this thread

Top Bottom