Search results

  1. D

    selected record navigation

    i am keeping records of my patients,. all patients have a "hospital no" and some pateints have also a "mlc no". i just want to display only those patients details who have their "mlc no" entered to in a separate form. i hope this will explain my question. thanks
  2. D

    a little problem

    i need adding a click event on my search form, which displays a list of names. if i click on any name it will open the main form of that particular names, and also diables certain buttons on the main form. these buttons should be enabled when i go to main form directly but only disabled when i...
  3. D

    selected record navigation

    i have formA which displays all the data and i can move forward and backward by navigation buttons. can i build a formB which displays all the data and you can move forward and backwards like previous one, but this time navigation will depend on a paritcular value in one of text field, if that...
  4. D

    really stuck

    i am trying to print a report from a form by pressing the button so that only report of the current record is printed. i am using this on click event DoCmd.OpenReport "MyReport", acViewNormal,,"[fname]=" & Me![fname] but when i press the button it asks to enter parameter value which i have no...
  5. D

    disable some buttons

    thanks, but where to put the code
  6. D

    two tables

    can i base a report on two tables
  7. D

    disable some buttons

    i have put some command buttons on my mainform, what i want to do is that when i open mainform directley all should be enabled, but when i come to mainform through another open form, certain buttons should be disabled. help plz
  8. D

    find record according to date

    i don't know what to say, i can not get it right, can you send me a example deepguru@hotmail.com
  9. D

    bookmark, not yet clear

    i used the same code you told, with ofcourse the change of names, but it stops and gives the error. if you can direct me or send me some example this will be much appreciated thanx in advance
  10. D

    bookmark, not yet clear

    cannot understand, please help
  11. D

    find record according to date

    a bit confused. i have two txtboxes for begining date and a end date and a subform below. and a command button, i enter the two dates and press the command button., what to put in click event and what in filter of subform?
  12. D

    bookmark, not yet clear

    can you be a bit more specific please
  13. D

    bookmark, not yet clear

    sorry, still the same error, the code stops and highlight FindFirst......... stuck
  14. D

    bookmark, not yet clear

    hello waiting for any suggestions
  15. D

    change color

    how to change color of buttons and page tabs as buttons
  16. D

    bookmark, not yet clear

    i tried but it gives a compile error, that a method or data member not found. also my listofnames is displayed in a subform in datasheet view, from which i want to go to mainform
  17. D

    find record according to date

    can i use the same code to display the result in a subform already open, which gives you the list of the desired records and also i base this search on a query
  18. D

    bookmark, not yet clear

    i have this question before, but i am not clear about it. i have a searchform which displays just the list of names after certain search. what i want to do is when we double click on any of the names, it opens the mainform, which have all the details of the record and then after viewing i can go...
  19. D

    search and view record

    i tried to use the above code, but it gives error that method or data code not available and stops at FindFirst. any suggestions
  20. D

    find record according to date

    but i want to have a result in a new separate form, which displays the names of the required persons in datasheet view, or listbox will be just fine. and then on clicking any one of the list it will take to the main form for all details
Back
Top Bottom