Search results

  1. S

    Help needed with age restriction code

    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...
  2. S

    Populating a combobox with a textbox

    Hi I want to populate a combobox using a textbox, how can I do this??
  3. S

    Populating a table from a combobox

    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...
  4. S

    Help With recordset

    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")...
  5. S

    Help please with tables

    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...
  6. S

    How can I create my own SwitchBoard menu?

    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?
Back
Top Bottom