Search results

  1. S

    Thank You

    Just like to thanks everyone who has helped me these past few weeks in designing my first database!!! Thanks for putting up with the stupid questions Si
  2. S

    Dlookup error

    i have a form where the user has already enter there student details... they then move onto the next form where they re-enter the student id and the other details appear in the 3 text boxes below.. the problem im encountering is that the Dlookup only seems to return values for the first record...
  3. S

    "You cant hide a control that has Focus"

    HELP..... i am trying to set up the intial format of my form which runs on the Onopen event. i am trying to hide all my checkboxes until confirmation is made.. this works fine on all but my first checkbox with the run time error "You cant hide a control that has Focus" appearing.. is there a...
  4. S

    Filtering a query...

    i have about 14 fields that relate to subjects, basically i want to be able to run a query that searches for all the people who have choosen the module and report bak who they are.. now i know i can do this 14 times over but is there a way that the user can choose the subject first and the...
  5. S

    Validating Primary Key before opening a new form

    Folks, i have two forms with a command button on the first which opens the other... is there a way of getting this button to validate the primary key (i.e. make sure its not a duplicate) before it trys to open the next form?? i've tried to call the next record function (as the button seems...
  6. S

    Problems with checkboxes

    i have checkboxes on a form and want to run a query based on the amount of times the checkbox(es) have been selected... i have done this and attached a report however because the value of the checkboxes is -1 obviuosly the sum of this is a negative number and so on the report the total selcted...
  7. S

    Formatting a form before it is opened

    hopefully someone will know what to do... i have a form that has a bunch of check boxes and labels that are hidden to start with,and become visible when a confirmation button is pressed. Wen i set this up in the design view i.e making their visible status = false, everything runs accordingly...
  8. S

    opening a new form at a new record

    looking for help again!! i am trying to switch between 2 forms using a command button.. i have 2 things i am trying to achieve i want the form to open up at a new record as at the moment it seems to be opening at the last record created.. i have tried to use an open form function for new...
  9. S

    opening a new form at a new record

    looking for help again!! i am trying to switch between 2 forms using a command button.. i have 2 things i am trying to achieve i want the form to open up at a new record as at the moment it seems to be opening at the last record created.. i have tried to use an open form function for new...
  10. S

    "hiding" check boxes

    hi there, i am currently working on a form that allows the user to renter their username, which then brings up other details (their name for example), then to click on a confirmation button which then takes them to the bottom of the form where they select some check boxes.... now i have done...
Back
Top Bottom