Search results

  1. D

    Query from another form

    Hi, I created a form (frmPatient) which contains patient ID information and demographics. A pateint can have multiple mammographies on different dates. I have a button on frmPatient to open the mammographic findings form (frmMammo) and enter mammographic findings for a certain examination date...
  2. D

    How to go automatically to the beginning?

    Hi, I have a date field and a phone field with input masks. What I want to achieve is when someone clicks the fields, I want the cursor to go to the beginning (the leftmost) of the field. Actually, when you click a field, the cursor appears just at the spot you clicked, which can be the middle...
  3. D

    Textbox bound to listbox

    Hi, I have a listbox which displays the results of a query activated by a button click. I also have a textbox. I want the textbox to display the number of records found (like "X records exist." where X is the number of records). I set the textbox's control source to the ListCount value of the...
  4. D

    Listbox Questions

    Hi, I'd like to ask two questions. I have a simple form which contains an identification number, patient name and patient surname.I also have a combobox to select a search criteria (which can be the ID numberi patşent name and surname) , a search button and a listbox to show the search results...
  5. D

    Error message

    Hi, I have the follwing problem: I created a form which has a button. When pressed (onclick) it searches a table to find the requested entry. I started to create the database using Access 2000. A collegue helped me with it at work using Access 2003. When I try to run it (click it) on Access...
  6. D

    Autocompleting fields

    Hi, I created a simple table consisting of an identification number field (pid), name field (Ptname), and surname field (Ptsurname). The identificaiton number is an 11 digit number, unique for every person. The database is empty. The users are going to fill it using a form consisting of...
  7. D

    Mammography Report Database

    Hi, I am a radiologist. I work at a medical faculty as the responsable for mammographic examinations. My former collegues didn't use any form of database to archive mammography reports but I want to create a Access Database to achieve this purpose. As I am a doctor, I don't have a lot of...
Back
Top Bottom