Search results

  1. S

    Multiple Elements on One Sub-Form?

    PS I love what you did in the VBA to make the comboboxes automatically dropdown when the user tabs in to them: Private Sub ComboNameHere_GotFocus() Me.PaymentMethod.Dropdown End Sub Really good for keyboard users :)
  2. S

    Multiple Elements on One Sub-Form?

    Hi MStef, Thank you so much for your time. Your design isn't quite what I was looking for. I'm too new on the forum to post mock-up images of what I'm thinking but if I can do it in text: Person Form --------------- Name: Fred Smith DoB: 1954-10-30 Sub-Form ------------ Labels -> Date...
  3. S

    Multiple Elements on One Sub-Form?

    Hi, I'm new to the forum, struggling and would really appreciate some help with an Access Form problem. I'm building a database that will track payments made to individuals. Each single payment consists of multiple elements that, when added together, result in one cheque made payable to the...
Back
Top Bottom