Search results

  1. T

    Opening another form at a specific record, based on current form and record

    Ok, I suppose my question boils down to: Can a button on a form have different outcomes depending on the record being viewed? In layman's terms, it might translate as: I have a list of people, and know what each of their favourite hobbies are. I want to be able to go from the person, to their...
  2. T

    Opening another form at a specific record, based on current form and record

    Hi Gizmo, I've attached an image of how I am planning out this database. Is the idea of a button with variable events in this layout feasible? I will also look into sub-forms to see if that could be the answer.
  3. T

    Opening another form at a specific record, based on current form and record

    Hello, I have a 3-tier database (grandparent, parent and child), which I would like the end user to be able to navigate using command buttons. Currently, I know how to add command buttons using the event builder that can open another form, and at a specific record. So far so good. However...
  4. T

    Using radio buttons or combo box to decide which form to open next

    Plog -> It is run by VBA, but the wizard window sets that up for me, I don't have to type any code. However, I take your point, all the solutions to similar problems I've found online so far involve some amount of code. It is a very generic example. In reality it's an internal project for work...
  5. T

    Using radio buttons or combo box to decide which form to open next

    Hello all, I am building a new database, and want the end-user to only be presented with forms, and navigate between them using buttons or similar tools. On the 'Home' form, I want the user to choose an option from Category A and another in Category B, then hit a button which will open a...
Top Bottom