Search results

  1. A

    Navigating records on main form when it's sub form has multiple line items.

    I have a form with a sub form, and if the sub form has multiple line items, I have to click the next record or previous record buttons as many times as there are line items in the sub form, in order to move to the previous or next master record (Quote ID). In the enclosed screen shot, I have...
  2. A

    Snap a Form to Upper Right Corner

    Does anyone know code to snap a form to the very top right corner of the main window? I know how to do it for the top left. I also know how to make the top right happen in inches, but each of my 8 forms are a different width, and not all users have the same screen resolution. Is there an easy...
  3. A

    Type mismatch error 13 on combobox

    Hi, I use this code on combo boxes on many different forms, but on this particular form, I keep getting 'Run-time error 13' on "Me.WIDTH = Me.PRODUCT_ID_COMBO.Column(4)" if the column has no data, and also, if it does have data, it will not insert it into the form like all the others do. The...
  4. A

    Update Tables from sub forms with AfterUpdate()

    Hi, I have a main form with 3 sub forms. The main form is tied to a table called QUOTES_MASTER. The first sub form is tied to a table called QUOTE_LINE_ITEMS_DIRTGLUE. It calculates the subtotal when selecting items. The relationship is one-to-many linked on QUOTE_ID. The second sub form...
  5. A

    Next Record on Parent Form

    I have a parent form tied to one table, and a subform in it that is tied to another table. The relationship is one-to-many, and if there is more than one record in the subform, when clicking next or previous, it scrolls through the subform items. I would like the Previous and Next buttons to...
Back
Top Bottom