Recent content by hanarina

  1. H

    Hide empty table row in report

    I tried this code and the entire subject column is hidden. How to make empty row only to be hidden?
  2. 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...
  3. H

    Load name from two different table in a single combobox

    These two tables have the same field, I separate it so that I can search student detail from table1 only or table2 only (that what my lecture told me to do), then she asked me to add another search button so that she can search from those two table. This is just a simple database to record...
  4. H

    Load name from two different table in a single combobox

    Let say I combined the 2 tables, how can i search student name from intake 1 only? Here is the sample of database I'm working on..
  5. H

    Load name from two different table in a single combobox

    I separate it so that my table wont be so crowded, should i just combine them? Can you guide me how to create the SQL code? I'm not sure how to use it..
  6. 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
  7. H

    Filter subform using combobox for user to key-in

    Thank you for the reply, I already create a separate table for subject and connect both student detail table and subject table. Then I got stuck on what to do next .. mayb my explanation is not clear enough. What I'm trying to do is a list of subjects in the subform is automatically shown once...
  8. 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...
  9. H

    Cascading Combo Boxes with Option Button

    Btw how can I make my combo box to view all the name list when non of the option box is selected?
  10. H

    Cascading Combo Boxes with Option Button

    Thank you x3... It work~:D:D
  11. H

    Cascading Combo Boxes with Option Button

    I changed the NAME to StudName but it still didnt work.. Here I attach my dBase..
  12. 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...
  13. H

    Validate subform data using combobox from main form

    Thanks for responding to my post.. Sorry but I don't understand what you mean by creating a table.. (Sorry I'm a Slow learner) how do I give point only to relevant subject depending on the programme user choose?
  14. 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