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

    Thank you very much! It finally works :) Access blocked some informations due to security reasons... Now I allowed it and it is working. Sorry...
  3. N

    Address text field, focus field

    I tried Me.FieldName as well. But it is still not working. Does it matter, that this field is connected to a table? It should increase the value of the table as well...
  4. N

    Address text field, focus field

    thank you both for your answers! :) I used the Button_OnClick method. @pr2-eugin: What to you mean by controllName? I only found this: msdn .microsoft .com/en-us/ library/office/aa158802%28v=office.10%29.aspx and there's no text field? But only the text box? Because it does not work like...
  5. 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