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

    Getting Average from formulated fields

    Don't do much work in Excel, until now. I have three fields: Coverting a 8/17/73 field into a person's years and months and then taking the two and combining them into one field: In those fields, I am doing a formula to format the output: The years field: Datedif(L3,NOW(),"Y")...
  2. JockVSJock

    Convert Birthday from MM/DD/YY to Age

    Doing a report for my boss and right now we are showing the age of a person like this: 8/17/73 My boss informed me legally we can't do this, it has to be in a format like this: 3005 30 means the person is 30 years old and 5 months. Is there anyway in Excel to create some sort of...
  3. JockVSJock

    Ignore Blank/Non-Numeric Input On Form???

    Created a form and I don't understand how to do the following. I have a form that has 10 fields and if they DO NOT enter in a number or don't enter anything, it is ignored. How do I write this in code? I don't want an error messasge either, just ignore blanks and non-numeric entries...See...
  4. JockVSJock

    Correct way to perform multiple validations?

    New to VB, and I've created a form that has ten entry fields that I only want to accept numbers. If text is entered, a message box pops up, and shifts the focus to the field where the error occured. I don't think the way I have it setup is correct. dbltxt10 = Val(txt10.Text) dbltxt9 =...
  5. JockVSJock

    MS Project remember too much

    I'm converting my departments MS projects over from '98 to 2000. In the process I've updated a resource list project that list all potential resources, their user id, first and last name. All of these people are listed in order by their first name. When converting the projects over, when...
  6. JockVSJock

    Error: XML Parsing Error: junk after document element

    I have a document and I keep getting this error. I tried searching this site, but they are upgrading the search capabilities. I tried to Google it, but could not get a clear answer. Here is the problem: XML Parsing Error: junk after document element Location...
  7. JockVSJock

    Need Help: Want to convert XML document into something nice

    I almost feel overwhelmed with all of the info. about XML, so I have to ask. What should I convert an xml document into, so that it can be printed off and presented? HTML or XSL? Or is there a better format? Also, could someone point me to a tutorial online that would show me some of the...
  8. JockVSJock

    Windows 2000: Getting Device Cannot Start (Code 10) Error

    I have never seen this error before. I did an upgrade for my parents from Win '98 to Win 2000. I backed up all of their old data, fdisked the hard drive, formated for NTFS, installed Win 2000, created their user accounts, no problem so far. When installing applications the screen didn't look...
  9. JockVSJock

    A+ Exam Year 2002 vs 2003

    I've recently started to prepare for the A+ exam and have set a goal for myself to take it before the end of this year or early next year. Should I worry about the test being changed or updated at all due to the change of the year from 2002 to 2003? I didn't plan it this way, but I am...
  10. JockVSJock

    Cannot Boot onto Win '98 Desktop

    I am trying to troubleshoot an error with my parent's computer. They are running Windows '98 machine with plenty of ram/hd and AMD 500mhz processor. They are not sure if there was a power surge or what, but the machine now boots into a menu that ask a person to choose either safe or normal...
  11. JockVSJock

    Reset Forgotten Password on Linksys Router

    I've forgotten my password and user id on my Linksys BEFSR41 Router. Is there anyway I can reset it back to the default settings? thanks -Chris
  12. JockVSJock

    Cannot resolve DNS

    Recently on my Windows 2000 pro box, I am unable to pull up any web pages thur any browser. I have a LAN and both of my Linux boxes could still get out to the web, so I knew it wasnt the router or the cable modem. So, I called my ISP's tech support and we worked thru it for an hour before I...
  13. JockVSJock

    Daily Basic Windows 2000 Maintenance?

    I'm not sure if this has been asked, I've done a search and nothing came up, so I'm sorry in advanced. What else can I do to keep my WIndows 2002 Pro. box up and running ok? I run the defrag everyday and that seems to help, but what else can I do? Is there anything else to clear out memory...
  14. JockVSJock

    Error Updating Table with Duplicate Information

    I've created a database based off of three tables that tracks what I buy for groceries. There is a main table which tracks the item and then the price and the location. I've set it up under the index on each table to allow for duplications. When I enter in a duplicate entry into a form...
  15. JockVSJock

    Form Tab Order using Subforms

    When creating a form from many tables, is it possible to order the tabs? I've created a form using three tables, that are linked together, but for some reason under view/tab order it only shows two of the tables. Two of the tables have to show up as subforms or, this is leading up to my next...
  16. JockVSJock

    Button of Calendar Entry

    I've seen some examples on some forms where a person can click a button and the calendar appears and that person can select a date and it writes to whatever field/table. Can anyone provide a simple example of how to code this thru VBA? thanks -Chris
  17. JockVSJock

    Problems starting Access under WinNT

    When clicking on the mdb icon to start whatever Access DB, I always get this error output: "The command line you used to start Microsoft Access contains an option that Microsoft Access doesn't recoginze. Exit and restart Microsoft Access using valid command-line options" Is this...
  18. JockVSJock

    Table Relationship Design

    I've searched previous post on here for Table Relationship design. There are some things that I understand and I think that I would have a better understanding for the whole scheme of things, if I posted what I am working on here and had some help/input on it. I work in HR, and we keep track...
  19. JockVSJock

    O'Reilly Access Books

    Looking to take the next step with Access and I see the O'Reilly has two books on it: Access Cookbook and Access Database Design and Programming. Does anyone on here have these and can they say what they liked or didn't like with either one of these books? thanks -Chris
  20. JockVSJock

    Simple IF Statement

    Trying to get back into C++ and doing about an hr of programming on it for each day. I've writing a simple program where an end user inputs three #'s, and the output is a sum, product, and then it compares the three to see what is the largest and the smallest. When I go to compile, I get an...

Part and Inventory Search

Back
Top