Recent content by nebon

  1. N

    Creating Query

    I am not so sure what you are trying to do here, but if I got it right , you have a table with 2 (or more) fields card_status and card_expire_date the card_status can have the following value (active or deleted). To create the query, select the fields you want , under card_stauts you have...
  2. N

    Auto Populate Fields

    Hallo, first of all, I dont see why you dont try to make things as simple as possible! why dont why try to create a relationship between the 2 tables, and speaking of which , the tblbroker has to many fields , why don't you try to split it into multiple tables ? furthermore, try to not to have...
  3. N

    Urgent ! Please !

    Hallo man ... thanks alot , a bunch of thanks , everything is working, but man , isnt it possible to do that with the comboboxes instead of having 2 extra textboxes ? thanks anyway, and if possibe why did I always get the debuging error when I tried (before you fixed it) .. thanks again
  4. N

    Urgent ! Please !

    someone else ?
  5. N

    Urgent ! Please !

    okai, :( .. thanks anyway
  6. N

    Urgent ! Please !

    I have tried that as well... but same thing ... can you try to fix it ? and this is exactly what I mean , the debugger screen, it always comes up ......!! thanks ..
  7. N

    Urgent ! Please !

    hallo again , well, the find works at some point you can go to the record you are selecting, but as soon you try to modify it it wont work, thats my problem mate, any ideas how I can fix this ? and what do you mean, the tables are done in sql do them in a query ??? a query is done in SQL, dont...
  8. N

    Urgent ! Please !

    Please try again , they are definitely up on the server ... tried on my IE and it worked!
  9. N

    Urgent ! Please !

    hallo , and thanks alot for the help, but I am still not getting anyway , this is annoying ... I have been on the same issue 2 days .... someone please rescue me and take a look at the database ... please ... :( access 2000: www.chuchu.plus.com\db2k.zip access 97...
  10. 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...
  11. N

    code problem

    yes the rowsource controls what shows on the droplist.... but I also want the droplist to change according the record you are displaying/modifing ... I mean, th rowsource only displays the data but I need to bound data to something so it can change in accordance to the record... and this is done...
  12. N

    change the user ?

    thank you pat, how would I add other users in access ?
  13. N

    change the user ?

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

    code problem

    first of all , thanks for the replay ... and , no no , thats not what I want .. I just want to make FILM_REF the controlsource for the combobox combo0 both fields are in the same form .
  15. 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 ?
Back
Top Bottom