Recent content by totolkhan

  1. T

    network database

    is there any way to use a same database in a network that if i entered some entery and some body else entered another entery it will show all data entered by every people in everyone's computer ?! thanks
  2. T

    changing combo box item

    thanks alot ansentry
  3. T

    changing combo box item

    yes , you are right . but would u please explain it to me , what is PK !? thanks
  4. T

    changing combo box item

    hi , i have a fro example menu and price database that i entered Menu items and price of each other in it and i linked this database to a order form that when i select for example capuchino it will give me 1 $ on price field but the problem is here that when i whant to change the prices...
  5. T

    field on subform link with form

    hi i have a form just like customer orders in Northwind with 2 subforms Subform1 is showing orders number and i want to add something on that subform 2 is products that ordered ! i want to add something on subform1 that if i Dbl Click on orderID field it will sho for example another...
  6. T

    Enabling SubForm of a form !

    what's wrong with this Code ?! Private Sub Form_Current() If Date = Null Then Forms!getorder![Orders].Form.ProductID.Enabled = True Else Forms!getorder![Orders].Form.ProductID.Enabled = False End If End Sub getorder is a Form Orders is a Subforms i want to do something that if i didn't...
  7. T

    Coffee Shop or Resturant Sample database

    hi , does anybody have coffee shop or resturant sample database ?! for example something that gives menu's and then u select people orders and then calculate the prices and print a bill thanks
  8. T

    sum of the fields

    hi , if i have 3 number fields , [field1] , [field2], [field3] how can i get sum of them in another field but with this if that i'll have not to enter every one of them a value . for example field1 = 10 field2 = (empty) field3 = 5 field4 = [sum of 1+2+3 ] => 10+0+5 = 15 how can i do it...
  9. T

    query of deleted enterees ?!

    thanks alot for helping , i'm working on it ! isn't there any sample project ! ?
  10. T

    query of deleted enterees ?!

    isn't easier way ?
  11. T

    query of deleted enterees ?!

    for example we have 3 enterees Id Name Last name tel tel2 1 MEHEAD STEINBERG 4074912 4084545 2 JOHN ...... ........ ... 3 MICHEL .. .. .. IF WE DELETE 3...
  12. T

    query of deleted enterees ?!

    how can i have a query of deleted enterees ?!
  13. T

    counting check boxes (Yes / No)

    you are the best ! lots of thanks again that's exactly what i'm looking for , thanks dear john
  14. T

    counting check boxes (Yes / No)

    dear john i have another question ! in your example after that i push the button (all lows) it will shows the list of all selected lows , now if i want to double click on a person and then shows another personal form and goes to that persons information what ?! thanks
  15. T

    counting check boxes (Yes / No)

    i don't know how to thank you dear john , you are amazing , thanks
Back
Top Bottom