Search results

  1. O

    OptionButton Property Disable

    Hi guys. I have an option group or "frame", and inside I have 4 buttons (Option Buttons). They are called: opt_mtto opt_elec opt_qlty opt_complete So I was selecting the property of each button to Enable = False, so when my form load they will be Disabled. But, I didn't to be coding each...
  2. O

    Access - Query when DataSelected

    I have a Form, with a SubForm as Continous Form in DataSheet. Main form: frm_bitacora SubForm: sfrm_bitacora When I select a row from sfrm_bitacora I have the code: 1. Private Sub Form_Click() 2. MsgBox Me.id_report.Value 3. End Sub So it shows me the value from the fieldname from the...
  3. O

    Access - Get subForm datasheet value of row

    I have a subform which is created with textbox and some command button in the top of the window, so this will simulate like a Datagrid. http: // imgur.com/MpIpksT This is how it looks my datagrid when it fills from a Query. http: // imgur.com/kxAS8Ff What I want is when I select a row...
Back
Top Bottom