Search results

  1. F

    Need to display waiting list

    I'm developing a small database to manage patient's data as a part of my assignment. I need to display list of patients waiting for a doctor or doctors. when a patient from that list is checked it should be deleted from the list meaning when consultation started the patient name should be...
  2. F

    Enable command buttons based on login

    Thank for the reply I still find it difficult to make command buttons enable/disable based on the login. hence i attach the login file for your review. I need your help. Thank you. foxtet
  3. F

    Enable command buttons based on login

    I’m developing a small database to track patient’s records. I want particular group of people to access data only they are authorized. To do this I have created a login form and users can log on to the database through login. In the main window I have a list box and command buttons. So what I...
  4. F

    Increment number based on combo box selection.

    Thank you for the reply I found solution for that, but the problem is that when i print Service memo slip the doctor's number appears on it. but I want doctor's name to be printed on it...any help... pls refer the attached file fox
  5. F

    Increment number based on combo box selection.

    Hello Please find the attached picture of the form. I want to print token number for the selected doctor in doctor's combo box when you clicked to command button Issue Token. The printed token in the form can be saved in the table'd record source table Doc A token 1 Doc B token 1 Doc C...
  6. F

    Searching on list box Runtime Error 2110

    Hi saladin, Thank you so much for the help.. fox
  7. F

    Searching on list box Runtime Error 2110

    OS is Windows 7 Access Version is Ms access 2010 I have text box to search list of entries in the list box. when i type letter "i" it displays error msg as follows Run-time error 2110 Microsoft Access can't move the focus to the control SearchResults.. the code attached to text box...
  8. F

    Increment Text box value from combo box selection

    Thank you for the reply; I am here attaching you a new copy of the database file for you to work on the logic that I have found very difficult to solve. When patients come for consultation each patient will be given a token number from a doctor they wish. Now when you double click a patient...
  9. F

    Increment Text box value from combo box selection

    Hi every one I have table A patients and table B doctors. when patient come for consultation, i want issue token number for each patient from a doctor they wish... i tried hours and hours on this task but still i found NO solution..can any expert in this forum kindly help me how to get a...
  10. F

    John plz hlp me..... go through my last post plz fox

    John plz hlp me..... go through my last post plz fox
  11. F

    Open form from main form

    Can any one help me on this issue?? fox
  12. F

    Increment Text box value from combo box selection

    Is it possible to assign token number for each patient from the doctor who they wish to consult???? Doc Token# ----- ----- Doc A token 1 Doc B token 1 Doc A token 2 Doc B token 2 Doc C token 1 Place a text box to display token number. if...
  13. F

    Open form from main form

    You have found the exact solution for the error msg that I have explained.. Thank you soooo much. You guys are great in building logics. Thank you I am here attaching you a new copy of the database file for you to work on the logic that I have found very difficult to solve. When patients come...
  14. F

    Open form from main form

    If you have a copy of the .mdb file (the one I attached). can you work on the following; from frmMain click Open form button to open frmNewPatient. Now suppose if the user wants to close the form without filling any records, there gets a message "The feild "tblPatientInfo.FirstName cannot...
  15. F

    Open form from main form

    Thank you very much.. it worked. fine you are very helpful... fox
  16. F

    Open form from main form

    Thank you; there is no response;;;; I mean the list box in the frmMain does not get updated when clicked close button on frmNewPatient...any more idea pls hlp Fox
  17. F

    Open form from main form

    Great.................... Thank you!!! SOOO much; finally it worked... By the way there is one more thing ti be done with "frmNewPatient" form. that is. when I add record and click save button the data doesn't display on the "frmMain" list box. Every time I have to close "frmMain" and re-open...
  18. F

    Open form from main form

    Thank you for prompt reply pls analyse the attched file for a quick solution.. find the main frm and open it to see the main window. when you click the "open Form" button "frmNewPatient" window should open in data entry mode means all text boxes should be blank except the reference ID field...
  19. F

    Open form from main form

    is there a way to attach the file? so that you can go through it
  20. F

    Open form from main form

    Thank you Jhon when the add new patient command button is clicked, The patient information form should open in data entry mode with the patient ID text box must have a new value. that is last patient ID +1. can you please give me coding to do this.
Back
Top Bottom