We are writing a program that pulls a Teacher from a database, then you select the “period” 1 – 7. What is happening is if we pick period 1 on teacher john doe. Then when you pick another teacher it doesn’t clear the period that we selected before. How do we clear this information every time we select a different teacher?
Share
I’m not super familiar with VB, but this isn’t really database related. What you need to do is listen for the event of the user selecting a teacher. Then in the code handling that event, clear the period selection.
Events and Event Handlers