I recently took up a project to create a database in which there are several forms. I'm familiar with access in the sense that I can work with properties, create forms, I'm even quite proficient in several variations of SQL. I cannot however, simply relate a form to a query.
What I need to do is have a form that has two fields: 'studentId' and 'paid'. Both fields come from the same table in the same database. When the user enters the 'studentId' and clicks the 'paid' yes/no checkbox, it will update the 'paid' field corresponding to the 'studentId' field. Any tutorials or anything worth reading would be great. I'm a programmer, so using programs to make programs isn't unknown to me (for the most part).
Any help is greatly appreciated
What I need to do is have a form that has two fields: 'studentId' and 'paid'. Both fields come from the same table in the same database. When the user enters the 'studentId' and clicks the 'paid' yes/no checkbox, it will update the 'paid' field corresponding to the 'studentId' field. Any tutorials or anything worth reading would be great. I'm a programmer, so using programs to make programs isn't unknown to me (for the most part).
Any help is greatly appreciated