Search results

  1. N

    Random Order in Subform?

    Hey there, I have a form und I want the belonging subform to be arranged randomly on every access. So: Group A,B,C (form) with each 10 different members(subform). You can change the group and so subform will give you the fitting members. And I want the order of the members to be random. Is...
  2. N

    Address text field, focus field

    Hey there, I have some, I guess quite simple questions: -How can I address the fields on my forms? I just want to create a button that increases a value by one on click. I tried FORMNAME.FIELDNAME = FORMNAME.FIELDNAME + 1 FIELDNAME = FIELDNAME + 1 FORMNAME!FIELDNAME = FORNAME!FIELDNAME + 1 but...
Back
Top Bottom