Search results

  1. D

    DlookUp run time error 2465

    I want to display the data to label when I choose 3 combobox cmbIndi is the field that I want to display the data cmbPub is the table cmbTahun is the criteria from field "Tahun" LblData.Caption = DLookup([cmbIndi.value], [cmbPub.value], "[Tahun]=" & [cmbTahun.value]) There are run time error...
  2. D

    label caption

    hi, i need your help i have a form 'search' to search single data that I have in some tables. the form contain 3 combobox; 'combotable' to choose table, 'comboyears' to choose field year in table, and 'combofield' to choose the fields in the table. when i click command button i want to display...
  3. D

    Select field in combobox

    Hello I have a form name ‘frmentry’ to entry a data to table ‘tblentry’ In the form there are a combobox that list field name table ‘combofield’ and a textbox ‘txtdata’. When I click the command button I want to update the data in ‘txtdata’ based on the field that I choose in ‘combofield’ to...
Back
Top Bottom