Recent content by roxys

  1. R

    Can I use an append query on sql server 2005

    Hello, I want to use an append query that I maked in access, i want to use it in sql server so it can append the records to a specific table. My query is as follow: INSERT INTO Marks ( Student_Id, Course_Id, Grupo_Id ) SELECT Attendance.Student_Id, Course.Course_Id, Attendance.Grupo_Id FROM...
  2. R

    Fill checkbox automatically

    I have already solved the problem. I had to put it on the OnClick event. Thanks for your help. I appreciate it.
  3. R

    Fill checkbox automatically

    Hi, thanks for your answer. I used the code, but I used in the OnEnter event, because on the OnChange it would only check the checkbox when you change the value. But the OnEnter it would check it when I enter the value. But I have a question. How can I put it that as I enter the value the...
  4. R

    Fill checkbox automatically

    Hello, I want to let access fill in a checkbox automatically based on the value of another field in the same table. I have a student course registration system in access, and I have a table of Marks that have a mark field, diploma field and the student_id, that I enter the marks that the...
Back
Top Bottom