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 SkipVought 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. jase2006

    Add values of two rows if certain column values match

    I'm using SQL SERVER 2000.
  2. jase2006

    Add values of two rows if certain column values match

    Thanks LKBrwnDBA, it's working now. Another question came up, what if I want to concatenate the "comments" together in the new merge row. Is that possible?
  3. jase2006

    Add values of two rows if certain column values match

    It's not seem to be work, I actually forgot to mention "comment" field which contain a random txt. Would that cause a problem?
  4. jase2006

    Add values of two rows if certain column values match

    I have a table which contains LoginID, WC, ProjectID, Mon, Tues, Wed, ......,Sun. More than one row can have the same LoginID, WC and ProjectID and if that is the case then I want to merge these rows' value together. Can anyone show me a sample code of doing this? The Values in Mon - Sun column...
  5. jase2006

    Trucate text value in Select statement

    Is there a way to only extract part of the values from a column in a Select statement? e.g. "Name" field contain value "JOHN GRANT" and I only want to extract the first 4 characters "JOHN". Any suggestions?
  6. jase2006

    How to Group and Sum rows with matching column

    Thanks r937!
  7. jase2006

    How to Group and Sum rows with matching column

    Hi, currently trying to group all the rows with a column containing matching dates and sum all the rest of the columns together. Can anyone suggest a good SQL sample to do this. The Data looks like this: Currently: 24/08/07 7 1 2 2 24/08/07 8 2 1 1 21/08/07 3 2 1 1 I...
  8. jase2006

    Emailing aborted unexpectedly

    Thanks Lameid, found the bug. There's two person with the exact same name.
  9. jase2006

    Emailing aborted unexpectedly

    I have this Access function to sent out emails to a list of people automatically using contacts in Outlook. When it try to send to a person with two different email address outlook would throw an error message but if I just ok that, the function would carry on happily. But for reason, when one...
  10. jase2006

    character count for textbox

    Duh, I feel so slow today. Thanks again Remou!
  11. jase2006

    character count for textbox

    Actually I've got another problem related to this. Is there a way to add spaces and return characters to the count?
  12. jase2006

    character count for textbox

    Thanks Remou it works!! No wonder it was not working before, I was using the len() function in the module part instead of control source.
  13. jase2006

    character count for textbox

    Can any show me a way to create a display for counting the number of characters being entered into a textbox (real-time) on a form.
  14. jase2006

    Good way to locate occurrence of table and queries, Form use

    That is perfert, just need to little tweaking. Thanks again
  15. jase2006

    Good way to locate occurrence of table and queries, Form use

    Right I declare frm AS Object. But is "CurrentProject" available in ACCESS 97? It doesn't seem to recognise it?
  16. jase2006

    Good way to locate occurrence of table and queries, Form use

    Can you please tell me what frm is declare and set as? Thanks
  17. jase2006

    Good way to locate occurrence of table and queries, Form use

    Hi, I would like to locate the occurrence a certain table and query in all Forms. Is there a faster way than going into Form design mode and check the properties to see what table or query is used?
  18. jase2006

    VBA to create an EMAIL to show attachment as thumbnail

    Thanks Remou that really helped. One more problem, the email generate doesn't include my email signature. Is there a way to get it in automatically?

Part and Inventory Search

Back
Top