Search results

  1. H

    Hide empty table row in report

    Hi.. I need help with this problem. I tried; If subject.value = "" Then Subject.Visible = False End IF but it didn't work~ Tq...
  2. H

    Load name from two different table in a single combobox

    Hello, I have a problem with loading student names from two table. I want my cmbobox to view the student name for searching their form. I'm not sure how to give value from 2 table.. Can anyone help me?? Thank You
  3. H

    Filter subform using combobox for user to key-in

    Hi... I have this problem that I'm not sure how to do it.. I'm trying to filter a subform using a combobox so that user can key-in data. The subform can only show certain subject(the subject already in there, user dosent have to fill on the subject), and the user only have to enter the point...
  4. H

    Cascading Combo Boxes with Option Button

    Guys~ I have this SQL code but I'm not sure what wrong with it. it seems to work but the problem is when i click my combo box, nothing is there(no data at all, I already set the data source). Here is the code Option Compare Database Private Sub Form_Current() On Error Resume Next Dim...
  5. H

    Validate subform data using combobox from main form

    Anyone help!! I'm a student and a really beginner with access and never touch VBA before (and sorry if my english is all messy) anyway, I need help with data validation using VBA. I have a form with one subform, in the main form i have a combobox(Programme name) if a certain programme name...
Back
Top Bottom