Search results

  1. P

    null value in combo box

    How can i modify the code for getting a blank /null selection also in the combo box. Private Sub Form_Load() Cmb_PID_Inst_Type.RowSourceType = "Table/Query" Cmb_PID_Inst_Type.RowSource = "Select Distinct PID_Inst_Type from T_master_pid" End Sub
  2. P

    Linking tables with form

    I am having 4 tables where i enter all the data required. The tables are Project Details, Process Detail, Installation Detail & Cable Details. Project Detail Table contains:Project Number,Project Code,wBS Code etc... Process Detail Table Contains : Tag Number, Description, Service, Process...
  3. P

    Data from different tables to a form

    How to retrieve the data entered in different tables (4) to a form.There are instances where i need the display of some information entered in one table to display in different forms also. Can anybody guide how to do so. Thanks Pillai
  4. P

    Look up function in access

    Dear sir, Wish you all a happy X'mas . I wish to get some values while enter these tags in the form as shown in the excel format. The same thing i want to do in access but i am not aware how to do that can anyone please help me. It would be a great help if some one can explain me the steps as i...
  5. P

    Forms should load on entering values

    Hi!, I am trying to make something to make my job easier. To be honest I am a beginer in this field. I am having a field, when I enter one value ( let that be 10) it should pop up one form and if another value ( let that value be 20) it should pop up another form. or else I can explain in this...
Top Bottom