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 TouchToneTommy 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: kfenner
  • Content: Threads
  • Order by date
  1. kfenner

    Combo field problem on a form

    I have created a form and made several of the fields combo fields. I defined the values to be in that field. When I switch to edit view, I click the drop down arrow in these fields and choose the value I want, but when I tab out of the field, it returns to blank. I can type the values in the...
  2. kfenner

    Help with code - again

    I need some assistance, again.......I want to try to use the following code, found in an article from this site, to cause a button to open a report based on the current open record. Problem is, in order to successfully key this table, I have to key two fields. How do I alter the code: var...
  3. kfenner

    licensing question

    I have read other threads on here relating to licensing, etc..but haven't found the specific answer I am looking for because I am so new to all of this. I have also searched Corel's site, but it hasn't been helpful. I own WP Office 2002 Pro, my office also owns a copy of it. It is my...
  4. kfenner

    Looking for input and ideas

    Ok, I told you I would probably think of some other questions. These are more "looking for ideas" questions rather than technical ones. I am going to try to put this all in a nutshell, but may be hard, so please, try to be patient. The "application" I have been working on...
  5. kfenner

    Stack Overflow

    Can anyone tell me what this error message means: "Stack overflow. Your method or procedures are nested too deeply" Any idea what I am supposed to do to correct it?
  6. kfenner

    automated query based on two values

    Risking wearing out my welcome here, but thought of another question. Ok, you guys gave me the code which makes a button search for all records in another table with the same value in one field as the current open record. Code is as follows, and it works: sname String tblView tableview q...
  7. kfenner

    Locate Record

    Last question, at least for awhile, I promise! When you are viewing a table in form view, you can go to a field, use ctrl-z and get a box to type in a value, then it will locate and display that record in the form. I want the user to be able to query a specific field, by using a button to bring...
  8. kfenner

    Passing a value to a query

    I'm afraid I need some assistance once again. This is what I want to do, but am having trouble getting it to work properly. I have two tables linked on the "ClientNo" field. This is the key field for the parent table, and one of the key fields in the child table. With a form for...
  9. kfenner

    record linking to a document

    Is there a way to put a button on a form (or something that operates like one) which will open up the document which a particular record describes? Example: Record describes a letter which exists on your system - you want to click on something to automatically open this document for you...
  10. kfenner

    database analysis report

    Here I go again. Once again, please excuse the fact that I am a novice having to figure all this out by myself. I have a database I work with that was originally built in Paradox 4.5.(I did not build this database) It has since been moved to Paradox 10. Needless to say, any reports etc...did...
  11. kfenner

    field with self generating value

    <grumble> I feel so stupid here. How do you get a field in a form to update it's number value by one each time a new record is inserted. Basically I have a field which is &quot;IdNo&quot; and I want it to go up by one each time you insert new record without having to input the number...
  12. kfenner

    carry over information in fields to second form

    I am relatively new at this, so please bear with me if I don't ask this correctly. I have created a databse which consists of two table. Both tables have two fields which are common: &quot;clientno&quot; and &quot;matter no&quot;........first form has a button which calls up a second form to...

Part and Inventory Search

Back
Top