Search results

  1. K

    One table column's specific value depends on lookup to another table

    I am trying to create a small database system that will produce a week's shopping list for food. I have a recipes table, then a Recipe_Lines table, then an Ingredients table and finally a Unit of Measurements table. I have a form to "Add a Recipe". The control source for this form is the...
  2. K

    Scrolling a listbox to the end of list using vba

    I have a form that I use to allow users to Add/Amend/Delete accounts (Chart of Accounts). I have inserted a listbox on the right of the input fields so that as an account is added/updated the user can see the effect on the whole table. So far so good. However, as the user adds accounts, the...
Top Bottom