Search results

  1. J

    Edit a selected record in subform using form

    I have a subform which shows the list of record .primary key is not assigned.i want to select a record from subform and want to click on a button called edit.it should open the form with the selected details.thanks in advance . suppose the subform name is" portdetails subform" and filed are...
  2. J

    Record with blank field not visible after using filter

    i have a form with a subform and few combo box to use as a filter the data. when there is a blank field in the table it is not shown my coding for the filter is [ Function searchcriteria() Dim device, vlan As String Dim task, strciteria As String If IsNull(Me.cbodevice) Then device =...
Back
Top Bottom