Recent content by blahblah

  1. B

    Technology Tree

    I want to create a technology tree that is database driven. Something like this: Tech1 -> Tech2 -> Tech3 xxxxxxxxxx||=>Tech4 -> Tech5 All of the techs follow a specific hierarchy. So if you want to get tech3 in the above example, you need to research techs 1 and 2 first. If you want to get...
  2. B

    Checkboxes on Forms

    Variation on the above post: I want to make part of my form something like this: Did anything get added? [] Yes [] No (if they click on the Yes checkbox, the list below appears): Enter the items that got added: [] Item1 [] Item2 [] Item3 Is this something very complex to do, or no? I'm...
  3. B

    Checkboxes on Forms

    I am very new to Access, so bear with me please. How do you create a form that will query a list from a table, and then separate each invidivual entry from the query into its own checkbox? Example: *run query or something similar, and 3 items are brought up* Tracking Form 00001: Item1 [x]...
Back
Top Bottom