Search results

  1. N

    Urgent ! Please !

    Please guys, bare with me please. I have this problem, I can not come up with a solution. The thing is, I have a form called booking : in there I have 2 comboboxes . and both of them unbound. To add records to the form works perfect. But when I try to edit a record the comboboxes would be blank...
  2. N

    change the user ?

    How do you change the curent user in Access XP? The user is stuck on admin. any ideas ?
  3. N

    code problem

    hallo guys, straight forward... I have the following problem : Forms!FrmBooking!Combo0.ControlSource = Forms!FrmBooking!FILM_REF Forms!FrmBooking!combo3.ControlSource = Forms!FrmBooking!SHOW_DATE is this right to do in vb ?
  4. N

    combobox - vba

    Hallo again guys ! I have the following problem : In a form, I have 2 comboboxes , one of them is dependent on the other. the thing is, when I want to add a record without having them bound to anything, it would work prefectly. However if I try to make them bound to a field it only works to...
  5. N

    combobox problem !

    Hallo again guys ! I have the following problem : In a form, I have 2 comboboxes , one of them is dependent on the other. the thing is, when I want to add a record without having them bound to anything, it would work prefectly. However if I try to make them bound to a field it only works to...
  6. N

    basic question! or ?

    hallo there guys, first got to thanks everyone on this forum, I have registered yesterday, since then been always in here .. :o) I have a smal problem in vb , the thing is , I am trying to store a value from a query(which has a reference to a combobox from the form). This value should be stored...
  7. N

    This forum is great !

    just wanna say that this forum is really great ! and so many ppl helping out , thank you everyone !
  8. N

    list/combo box problem !?

    hallo there ... I have a form called booking . in there there is a combobox with 2 column ! film_ref , Film_Title and then I have a listbox in the same form in the rowsource of the listbox I have : SELECT tblShow.SHOW_DATE, tblShow.SHOW_TIME, * FROM tblShow WHERE...
  9. N

    2 fields in combobox, how to access one of them ?

    hallo there , I have a combobox build upon a query, with 2 fields inside , how can I access one of them ? thnx in advance
  10. N

    Update fields dynamically?

    hallo there .. I have the following problem : I have 3 tables tblShow: SHOW_ID FILM_REF SHOW_DATE SHOW_TIME SHOW_SEATS SHOW NO -------------------------------- tblBooking BOOKING_NUMBER MEMBER_REF SHOW_ID BOOKING_DATE BOOKING_SPEC_NO --------------------------------- tblFilm FILM_REF...
  11. N

    dynamically update the fields

    hallo there .. I have the following problem : I have 3 tables tblShow: SHOW_ID FILM_REF SHOW_DATE SHOW_TIME SHOW_SEATS SHOW NO -------------------------------- tblBooking BOOKING_NUMBER MEMBER_REF SHOW_ID BOOKING_DATE BOOKING_SPEC_NO --------------------------------- tblFilm FILM_REF...
  12. N

    VBA & SQL error

    hallo guys, look I am not the guy that usually bug others, but I am now in a state where I need to ask someone for help .. I have tried several methods to solve this problem, but with no result. anyway the problem is like this : When you press the button add in the booking form the onclick even...
Back
Top Bottom