Recent content by shevo

  1. S

    Mass Email Program

    Thanks, I will give it a try.
  2. S

    Mass Email Program

    I am sending out multiple emails to my customers in my customer table manually. As it is time consuming to send to about 100-200 customers daily, I am wondering if it is possible to automate the process in access in such a way that I can load all files from a particular folder and the access...
  3. S

    Increasing value of last record by 1 automatically

    Works perfectly...A thousand thanks to u!:)
  4. S

    Event for adding new record

    What is the form event for adding of new records? I want to make some fields disappear to prevent user input when the user enter a new record.
  5. S

    Increasing value of last record by 1 automatically

    Where do I query the field? I found this DLast function. Does it works? Gave me error when I only wanna try to get the value of the last record.
  6. S

    Increasing value of last record by 1 automatically

    How can I increase the value of last record by 1 automatically whenever I enter a new record? I am not using autonumber for my primary key to uniquely identify each customer. I have used Text as the datatype. The format is e.g. CN001 for the 1st customer. Please help.....Thanks!
  7. S

    New to VBA

    Thanks, it works.
  8. S

    New to VBA

    Thanks for the prompt reply, but output textbox which display "Expired" doesn't change as I scroll through each records.
  9. S

    New to VBA

    I can't seems to see the change as I scroll through the records. Is there any problem with my code as I need to display the current status for each record in the form as "Expired" or "Not Expired".
  10. S

    New to VBA

    Hi, I am using VBA for the first time. I am trying to check for expiry date as I move through each of the records. However I am not sure how to go about doing that. I have only put the codes in the Form load event and I can't seems to find any Form change event or record change event. Appreciate...
  11. S

    Unmatched query without wizard

    The is no 1-m relationship. Both table are similar in all fields. They are manually link in the query view by a unique id field. One list is a current list with old records and the other one is with new records therefore I need to check for unmatched to get the new records that is not in the...
  12. S

    Unmatched query without wizard

    Because the administrator in my office never install the wizard option
  13. S

    Unmatched query without wizard

    How to I find unmatch records between 2 related tables without using the default unmatched query wizard in access?
  14. S

    Count the Distinct items

    Thank You very much, Bob.
  15. S

    Count the Distinct items

    Ok lets say now Title Quantity BookA 2 BookB 1 BookC 5 BookC 3 BookD 1 How do I get BookA 2 BookB 1 BookC 8 BookD 1
Back
Top Bottom