Search results

  1. L

    Enter text into a memo field using a drop down and button

    hmm, you make a nice point however the problem is that some of this text entry is longer than 255 characters meaning that I would need to relate the dropdown box to a memo record in a table using a primary key of some sort or perhaps a short desc of the phrase
  2. L

    Query Calculation

    Wendy, It sounds as if you are having a strugle with 12 and 24 hour time which would make the time 8hours out if you are working with time/date fields try to calculate with time definitions, and specify in your table setup whether you are dealing with 12 or 24 hour time fields /locomotion
  3. L

    A report to track customer activity

    it sure is doable What you need to do is create another table which you might call tblCustomerContact with fields such as: Visit_ID (primary key)| Customer_ID | Date_of_contact (as date)| Rep_ID Then what you would do is create a relationship with the customer_id and the rep_id with other...
  4. L

    Enter text into a memo field using a drop down and button

    I have this database which has a comments field which often gets the same text added into it depending on what is in it. what I am trying to do is something similar to signiatures in outlook express. What the end user wants to do is select from a dropdown box what text they want to add to the...
  5. L

    .snp (snapshots) emailed with read receipt

    This is a problem I have In our existing database we have a report that gets sent out to several different people using the .snp (snapshot) format via email However when we right click and send to mail receipient using snapshot format it does not automatically send a read receipt. So I know...
Back
Top Bottom