Recent content by tkd1987

  1. T

    search box probs

    i have a search box which has a list of everyone, showing their 1st name and surname, with a txt box at hte top you can type any part of their name and i will display the results, when you either double click or press the view button it will display there record, but at the mo it is displaying...
  2. T

    Using a button to add a year to the current date.

    nice thanks now for another prob... i have a search box which has a list of everyone, showing their 1st name and surname, with a txt box at hte top you can type any part of their name and i will display the results, when you either double click or press the view button it will display there...
  3. T

    Using a button to add a year to the current date.

    Hello, i have an expiry date for my members and each year they need to renew it, so i would like to have a button that when clicked adds 1 year to the date. I currently have this query =DateAdd("yyyy",1,[Commenced Training]) as there membership will expire one year from their joining date...
  4. T

    Which is easiest to control?

    ok i have them working, using subforms, for the grading section i think this i what you meant, in the attached file you can see that the grade and date will be displayed once the grade is selected from the combo box?? i can work out how to do that on the main form but not on a subform?
  5. T

    Which is easiest to control?

    i deleted it as i fort i wwas being stupid then worked out i wasnt lol thanks for that i am gona try it out now... i think i have the emergency details working using a subform
  6. T

    Which is easiest to control?

    i think they are... in the student table an autonumber to create the students ref number then in everyother table it is linked via that. attached is what i have which i most probs 99% WRONG #
  7. T

    Which is easiest to control?

    basically all i have is member information for my TKD Academy so far i have 6 tables student infor membership infor rolling register emergency info grading info mandate info but most of this information will be on the same form, to me it doesnt matter where in a table it is stored as i will...
  8. T

    Which is easiest to control?

    Hello all, in your oppinion which would you say was easiest to control through forms, more information per table, or more tables with less information in each? Thanks
  9. T

    Invoicing Problems

    hmmm i no this is in the rong place but its to do with the same thing. but on my main student form i currently have a button saying sales that takes me to the order form, what i would like is for that button to create a new order, and a combo box next to it to select the reference number for...
  10. T

    Invoicing Problems

    Thanks everyone for that... i finally went an bought a book Access 2003 Bible, that is helping me on my long journey. Thanks again, and i will probs b bk for more help in bout 10mins hahaha
  11. T

    Invoicing Problems

    thank you aleb i think i understand that i am going to give it a go now. the only thing i am not to sure on is the invoice number as it will be an auto number and every item will have a new number.... that how i was confused about grouping things via that. ps i just realised what you was on...
  12. T

    Invoicing Problems

    ok i think it may be because i have an autonumber as my sales id, but i would like it to do by reference numbers, which are created from the date+surname ie 20/1/2006Bannister, this views fine on the form but how do i get it to store in the database from there, so that i can get it to search via...
  13. T

    Invoicing Problems

    attached as the main report is the top half of the report which shows the top part of the invoice, and the file 2nd is the bottom half which only includes the payment details and footer. as you can probably tell i am a complete NooB i dont know what you mean by posting the SQL? how do i view...
  14. T

    Invoicing Problems

    Thanks for the reply Aleb but i am sorry i do not understand what you mean?
  15. T

    ORder Form Help

    cool that is exactly what i want but how do i do it?
Back
Top Bottom