stonegold87
Member
- Local time
- Today, 10:39
- Joined
- Dec 10, 2020
- Messages
- 37
Dear Members
I know this question has been answered many times but still i need some help in my project
i m designing a student fee collection system
how can i create a unique feeID for every month that include month and year information
FeeID needs to be unique so that student can't be charged twice
To achieve this i thought of composite key by combining (StudentID+MonthID+YearID)
i need a better approach to achieve my goal
any advise or a sample project will be really appreciated
Regards
I know this question has been answered many times but still i need some help in my project
i m designing a student fee collection system
how can i create a unique feeID for every month that include month and year information
FeeID needs to be unique so that student can't be charged twice
To achieve this i thought of composite key by combining (StudentID+MonthID+YearID)
i need a better approach to achieve my goal
any advise or a sample project will be really appreciated
Regards