Search results

  1. O

    Extract partial field name to refer to another field

    I have a form with 40 radio buttons and 40 date fields The radio buttons are named Select1,Select2, Select3... The date fields are named d1,d2,d3... Each radio button number corresponds to the date field number. I'm trying to send the value of the date field to a single field called...
  2. O

    Add OnGotFocus vba WITH vba

    I have a form with a button that adds a field to another form using vba CreateControl. I want to set the OnGotFocus Event Procedure of that new field. For example, the new field that was created is called test123 within Form "ABC". I want to use vba to create a vba statement for test123 so...
  3. O

    SetFocus for control with different name

    Hi all, Been wanting to sign up for a long time and now seems like a good opportunity. I would also like to thank you all for being here. Today, I'm trying to figure out something that I think is probably easy. Trying to do a SetFocus when a record is selected. The target control (on...
Back
Top Bottom