Hi
Could someone help me with the coding for age restriction on film rentals? I have code to calculate a persons age, but I want to stop someone who chooses a film for example a 15 or 18 rated when they are below this age category.
This is the code to calculate a persons age:
Public Function...
Nothing is in the text box, just blank. I want to to type something in the text box and when you click a command button it will be added to the combo box.
I have 4 combo boxes on my form that has values in. I want the user to select the values of there choice and when they click the save button, these values are stored in a table field. I Have one combo box working that adds the value to the table field but I cant get the other ones working.
My...
Hi
I am trying to add values from a form to a table using recordsets.
I keep getting this error object variable or with block vairable not set.
Heres my code...
Private Sub cmdsave_Click()
Dim rststudent As DAO.Recordset
Set rststudent = dbase.OpenRecordset("Student")...
Hi
Please could someone help me with my database tables. I have to create a database for course management for students. I have enclosed the scenario and my tables that I have created.
Background
The numbers of students in further and higher education has increased rapidly in recent years and...
Hi
Can anyone tell me how I can create a switchboard without using the Switchboard manager?
I want to create my own menu that will allow the user to add or edit forms. But im not sure how to do this. Does this involve VBA coding?