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!

Recent content by JonWolgamuth

  1. JonWolgamuth

    Need to Parse Delimited Text Field

    I have a database here at work (not developed by me) where there is a text field that is laid out thusly: Undelimited_Field LLL-LLLL-3 LLLLL-LL-5 LL-LLLLLLL-19 I need to be able to parse the field into 3 fields, the last one being a number field. Is there a quick and easy way to create a...
  2. JonWolgamuth

    Keeping Locked Fields Locked - Access 2000

    PHV, methinks I was making it too difficult! Thanks for the excellent response!
  3. JonWolgamuth

    Keeping Locked Fields Locked - Access 2000

    PHV, if the field is NOT enabled, then it is grayed out and does not allow the same sort of searchability that a locked field allows. I'd like to try to figure out how to disallow the double-click from updating the field if it is locked, but certainly let me know if I'm heading in the wrong...
  4. JonWolgamuth

    Keeping Locked Fields Locked - Access 2000

    I have a form that I wanted to improve for the users by allowing them to double click in a cell and autopopulate today's date (using the on double-click > textfieddate=date() approach). However, I also don't want this field updated until the user hits an edit button which unlocks the editable...
  5. JonWolgamuth

    Combo Box to Update Two Other Combo Boxes?

    Perfect. The first solution worked. Thanks for taking the tiem to help me, Bob!
  6. JonWolgamuth

    Combo Box to Update Two Other Combo Boxes?

    I created a database quite a while back that has multiple combo boxes for the users to select "Reported By", "Analyst Assigned", and "Tester Assigned". What we've discovered after using the database for a while is that these three fields are often, but not always, the same person. It was...
  7. JonWolgamuth

    Query works using Windows NT 4.0 but not Windows 2000??

    I believe you both have identified the problem. Windows 2000 apparently does not recognize Environ("username"). Ed, is there a relatively simple way to get the username of a user on a Win2000 box? Thanks to both of you! Jon
  8. JonWolgamuth

    Query works using Windows NT 4.0 but not Windows 2000??

    I have the following query to accommodate a multi-user setup and assign work. SELECT entity_discrepancy.RowNumber, entity_discrepancy.FieldDiscrepancy, entity_discrepancy.TaxId, entity_discrepancy.TinType, entity_discrepancy.AmsSystemKey, entity_discrepancy.DmsSystemKey...
  9. JonWolgamuth

    Need Help with Looping Search

    mpastore, Thanks for the quick reply. After some searching, I wondered if instr might work, but didn't know exactly how to put it together. I'll let you know how it works. Thanks again! Jon
  10. JonWolgamuth

    Need Help with Looping Search

    I am looking for a way to search a field on a table for a special character. I want to identify each record which has a comma embedded. I have tens of thousands of records to search through. I did a keyword search, but am having difficulty since I don't know what keywords to search for. Any...
  11. JonWolgamuth

    Need Toggle Button to Filter Form

    I've done some searching via keyword, and I cannot find the answer here--which is amazing to me, so perhaps I'm not doing my search accurately. Anyway, to the point, I'm working on a database which the analysts in our area will use to record the work we're currently working on. It will be a...
  12. JonWolgamuth

    Can't add a sum field and a count field...

    grnzbra, thanks for sticking with me! That was exactly the problem! Have a great day! Jon
  13. JonWolgamuth

    Can't add a sum field and a count field...

    Not sure I understand. I don't have a "count code", I'm merely using grouping to determine how many times the transaction shows. Jon
  14. JonWolgamuth

    Can't add a sum field and a count field...

    I have a database where users enter transactions. Some transactions require that the users enter a quantity (which I "sum"), and other transactions are by definition 1, so I just "count" those). There are certain transactions where the quantity is optional. For some reason...
  15. JonWolgamuth

    Name Parse Help Needed...

    I've read the excellent FAQ on name parsing, but I'm getting data that needs to be parsed that is in more than the 9 different formats that are listed. Here are the formats I have to work with (all in one field) FirstName MiddleName LastName Suffix FirstName MiddleInitial LastName Suffix...

Part and Inventory Search

Back
Top