Search results

  1. B

    A search query to find and display records...i think it should be easy

    I am currently creating a a simple database for a warehouse location system. The warehouse is full of boxes of ceramic tiles, each of which have their own name and location. eg White 20 x25 : location - A21 So all I have is one table, with all the names of tiles and their location and the...
  2. B

    A form with different fields whose values (selected from combo) can be added up

    Im Currently creating a database for a Nursing Home and have a problem which somebody can hopefully help me out on. Presently they have a manual system for calculating a total known as a Norton score. It is calculated by assessing various things such a Age, Mobility and appetite. For each of...
  3. B

    database/VB error "Module not found" + more!

    I was making a form + subform and used a combo box at the top of the form to select an item. Using the wizard i made the combo box, "find a record on my form, based on a value i selected in the combo box". However I messed around with the form because it wasnt printing right. So I made a new...
  4. B

    Subform wont print

    Ive got a print current record on my main form but when i print it, it only prints the main form and not the subform. Both output to the screen fine. Ive also tried saving both as reports. In the design view the subreport shows up, but when you preview the report, again only the main form...
  5. B

    controlling one checkbox with whats in another checkbox...?

    Is it possible to do this. I have to checkboxes on my form. One for "On loan" and one for "on repair". I want the user to only be able to tick the "on repair" box if the "on loan" checkbox is unticked(false). IS there a code I can implement, if so where do I put it, thanks. Ben
Top Bottom