Search results

  1. S

    Adding a record based on the value of a textbox

    Hello I am currently constructing a database to keep track of my local cub scout groups badge achievements. There are badges available for how many nights away the cub has completed, these are staged in 1, 5, 10, 20, 50 etc. I have a box attached to each record that keeps track of how many...
  2. S

    Adding records with a many to many reltionship

    Hello Sorry if this ends up long-winded and complicated but i've been thinking for the last few days how i would do this and i still don't have a clue, so i was hoping that maybe you could help! I am building a database for my local scout group. This DB is mainly to keep track of who has what...
  3. S

    Run time error 3315

    right, since i changed to the DAO.Recordset i've got this error message: Run-time error 3315 Field '***' cannot be a zero-length string where *** is the name of what ever field is next. I've got error messages for required fields left empty, and no other fields are 'required' in either my form...
  4. S

    Run-time error '3001' invalid argument

    I can't seem to understand why this doesn't work. i copied and pasted it from a previous project and worked like a dream. and yes, tblScout does exist! (erroneous line in bold) Option Compare Database Dim Rsttable As Recordset Private Sub cmdadd_Click() If IsNull(firstname) = True Then...
Top Bottom