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 strongm 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: *

  1. TrevorAaron

    Hey all. Here's my problem: I ha

    Thanks Lilliabeth! I got it figured out. Sorry for the rookie questions. I really appreciate all the help.
  2. TrevorAaron

    Hey all. Here's my problem: I ha

    Cool Lilliabeth. I'll implement that suggestion. How do they create a new note in the form section? Right now I just have a memo field that they can "edit" in a sense by entering into the field and change it over and over again. Would you recommend creating a new form dedicated to entering in...
  3. TrevorAaron

    Hey all. Here's my problem: I ha

    Wow this is really cool! Lilliabeth thanks for the help. Do you know of any way to save these "LastModifiedBy" and "LastModifiedDate" changes so they become permanent? In other words when someone enters some more information in the Memo field and they create a time stamp and created by stamp is...
  4. TrevorAaron

    Hey all. Here's my problem: I ha

    Hey Lilliabeth, thanks for clarifying. Your suggesstion really helped. I understand for the most part whats going on with your code. How do you have that set up on your form? Do you have a text box that shows who last updated the information? Could you upload an image of your form or another...
  5. TrevorAaron

    Browse Button VB Code Problem

    Thanks for the help but it turns out my company doesn't need this feature anymore. I'm rather surprised MS Access didn't make this a central feature in their 2010 version. I would think I'm not the only person who wants this as a feature in the database. Oh well. Thanks again.
  6. TrevorAaron

    Browse Button VB Code Problem

    Thanks StrongM I made the change but the error is still there. It resides again on the first ".Filter =" thanks.
  7. TrevorAaron

    Hey all. Here's my problem: I ha

    Hey thanks Lilliabeth. I know this is a little risky but this is really helpful for me. I've successfully linked the two tables and understand the relationship. Here's my new question: The ID from "tblPatients" links seamlessly with ID from "tblMemo". So any notes made for Patient ID#1 go...
  8. TrevorAaron

    Browse Button VB Code Problem

    Hello Everyone, I've been struggling with a VB error I keep getting. The error is a "Compile Error: Method or data not found". I found the code on an old thread here. Here's the link: http://tek-tips.com/viewthread.cfm?qid=1646328 I'm trying to do the same thing as what says in the post...
  9. TrevorAaron

    Hey all. Here's my problem: I ha

    Thanks Duane, Your post will help me. Would you mind helping me out with another tip? Here's what I have: Patient Table - PK is an automated ID number - I can enter in a patients last name, and first name, and a lot of other information. Memo Table - PK is also an automated ID number (not...
  10. TrevorAaron

    Hey all. Here's my problem: I ha

    Hey all. Here's my problem: I have a medical patient database and I want to create memos for each patient. Right now I have a Patient Table with a Memo Field and have a Form to enter patient information as well as customized notes. I've been reading on the internet that it's better to have a...

Part and Inventory Search

Back
Top