Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: justme1310
  • Content: Threads
  • Order by date
  1. justme1310

    Unable to UPDATE tab form

    Hi everyone, I'm trying to create a data-entry form from a medical screening form. The screening form has about 75 fields in 5 tables. I have created a query to select all the fields which I populated 5 tab forms. The problem is that I'm unable to enter data in the form. Help anyone? I can...
  2. justme1310

    How Can I stop this message from being displayed?

    Hello everyone, I have the following code that checks for instances when no matching records are found. When it happens, in addition to getting my "no records found" msg, I also get this message "The Openform Action was cancelled". Is there anyway to stop this msg from being displayed...
  3. justme1310

    UPDATE Query not working

    Hi Everyone, Can someone look at this code and help me figure out why its not working, Please??? Here's the situation:- I have a patient record with a specific consultant assigned to the patient. In some instances, the patient may request a different consultant. What I want to do is to allow...
  4. justme1310

    HELP!! APPEND QUERY NOT WORKING

    Hi Everyone, Can someone please help me with this problem. I'm trying to keep track of changes made to a certain field by saving relevant details as a record in the table tblchanges. tblchanges has the following fields:- ID : Autonumber Fileno : Text Fieldname : Text Oldvalue ...
  5. justme1310

    Problem with Selstart and SelLength

    Hi everyone, When I enter a numeric value for BP_Sys, the following code is supposed to validate the value. If it falls outside of the accepted range, it is supposed to display an error msg an return and highlight the error value. What actually happens is the error msg gets displayed, BUT the...
  6. justme1310

    SetFocus from one subform to another subform

    Hi Everyone, I'm working on developing a patient registration system which consists of 6 tables linked by a patient file number. The data entry form has a main form and 5 subforms. I got no problems moving from the main form to the first subform (frmpaddr), but I'm having some difficulty in...

Part and Inventory Search

Back
Top