Hi,
I have a problem with defining a query.
I have a database with a table tblStudents and a table tblCourses. Between these two there is a junction table tblStudCour, cause students can choose multiple courses and courses can be chosen by multiple students. The primary key are two fields...
Hi,
I know the structure of the database is correct, so that's not the problem.
My query has to resolve a problem with timetables of some courses. If course 10 ends at 10h00 and course 5 starts at 9h30 we have a problem. So in order to find out how many students are affected by this timetable...
Hi,
I have a problem with defining a query.
I have a database with a table Students and a table Courses. Between these two there is a junction table, cause students can choose multiple courses and courses can be chosen by multiple students.
Now I want to know from the group of students who have...
Hi,
I'm in the process of making an online store. My database is in Access and I consult it with ASP. The data in my tables has to come from xml-files.
Is there a way to get this information in Access without using the built-in importfeature in Access? I have a problem with the datatype...
Thanks for the help: both solutions work!!
Only one remark for link9: there was a mistake in the object model
document.buttonName.disabled = true;
should be
document.formName.buttonName.disabled = true;
Thanks again.
I send the following question to the html-forum and they said to ask here:
Hi,
I'm making a form with a button on it. The button has an onClick-event that calls a function. After the first time the user has clicked the button,I want to disable it. This way the user can only click once. I need...
Hi,
I'm making a form with a button on it. The button has an onClick-event that calls a function. After the first time the user has clicked the button,I want to disable it. This way the user can only click once. I need this because the function I call checks the answer given by the user and, if...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.