Search results

  1. A

    Problem with listbox

    Hi ! I have a form with combo box and list box. I am able to choose StudentsID on my combo box, and whatever the studentsId i choose, it should be automatically display the profile of that student in list box...is it possible? Do I need to use .Rowsource ? Thanks in advance.
  2. A

    Help please :( combining words in VBA

    hi! I have a table with field names StudentsID, FirstName, MiddleName, LastName,Course,Address I created a form with combo box that when you choose any of the StudentsID, it will automatically populates the other textboxes (such as Name,Course,Address). My problem is, I need to combine the 3...
  3. A

    Help! two forms that automatically display the value from textbox on form1 to form2

    Hi friends! Need your help... I have two forms, named frmStudents and frmSubjects, in frmStudents I have my combo box which I can choose StudentID, and I created command button which I named it OPEN, and when I click the OPEN, the frmSubjects pop-ups, so here's the problem, when I choose 201 in...
  4. A

    problem with search

    i have a form with 10 textboxes....one of them is for search item... I am not using combo box nor list box, i need to type every first letter of the item, and it should gives me predicted words which included on my lists of items... please, any help would be appriciated THANKS God bless
  5. A

    uneditable textbox

    forms with 10 textboxes and 1 combo box, in combo box, i can choose the name listed on my table and automatically shows up the profile of that person, but it shouldn't be editable...should I declare it false? but what is the right code for that? I used this code Me.gender.Enabled = False but...
  6. A

    another problem with forms

    on my form, i created command button named RESET, i already tried the wizard which is undo and reset form, but any of these are giving me such an headache error.
  7. A

    automatically displays the value from frm1 to frm2

    I created 2 forms, on my frm1 i have combo box and in frm2 its just textbox. and everytime i choose a value from that combo box, it should be automatomatically displays the value on one of my textbox in frm2 any help would be appreciated.... thanks
  8. A

    passing value into another form

    i need to pass the value from a combo box to another form(textbox) I already try DoCmd.OpenForm "SecondFormName", , , "FieldName = " & Me.ControlName it opens the another form but it does not automatically display the combo box value in my 2ndform... would someone help me? THANKS in advance
  9. A

    good evening

    guys I have declared a field name with a criteria of autonumber. And I created a form including the field name with autonmuber. But everytime i run it, it gives me error, any help would be appriciated...
  10. A

    Help!

    Opening another form using command button?
  11. A

    Please don't just ignore me, please I need your help :(

    Please :( Please I'm begging to all experts or to anyone who can help me. I've been figuring this for almost a couple of days and until now, and I need to pass it tomorrow on my instructor. I'm not good in VBA access codes so please be specific. I have a 2 forms, I have a combo box in form 1...
Back
Top Bottom