Search results

  1. S

    sending PDF in watsup:

    Can any one help me with the vba code ,if any to send PDF file through watsup, and what are the requirements.
  2. S

    GENERATION OF REPORT

    Is it possible to generate a report, in which first all address will be shown and then the all Name and other details from a single table for exampel it should be like this To add1 add 2 add3 ad4 The details are as follws 1. mr david, team leader 2. mr Robin, head reader etc etc
  3. S

    Solved Is it possible to fetch a pic of signature in a report. And can be changed through a table/query or any other means.

    Thank you so much sir, No words to express. I am obliged as you understand my problem exectly, what I am facing.
  4. S

    Solved Is it possible to fetch a pic of signature in a report. And can be changed through a table/query or any other means.

    That is functioning, but what, if report is connectec with another table
  5. S

    Solved Is it possible to fetch a pic of signature in a report. And can be changed through a table/query or any other means.

    Actually I want tp print a report under the signature of some officials. But if the officer get transfered to other section of duty, other officer will take charge.
  6. S

    Solved Please rectify me

    Yes, sir you are right, thank you so much. Loved the way you settle my problem
  7. S

    Solved Please rectify me

    The output is coming (0 )zero
  8. S

    Solved Please rectify me

    Code is Cnt = Nz(DCount("*", "[INDIVIDUAL_DATA]", "[TXTGROUP] = GROUP_PRACTICAL And [TXTCODE] = COURSE_CODE")) both GROUP_PRACTICAL and COURSE_CODE are text field
  9. S

    Solved Deleting blank space

    Thanks, i will try these too
  10. S

    Solved Deleting blank space

    Awesome, Thanks a lot. Parfectly working as I want
  11. S

    Solved Deleting blank space

    Thanks for your support, but not functioning
  12. S

    Solved Deleting blank space

    Is it possible to delete blank space in a Text Box. For example, I am fetching data using Dlookup Function LC = Nz(DLookup("OFFICE", "OFFICE_CODE", "OF_CODE = 1 AND CHK=TRUE")) MC = Nz(DLookup("OFFICE", "OFFICE_CODE", "OF_CODE = 2 AND CHK=TRUE")) NC = Nz(DLookup("OFFICE", "OFFICE_CODE"...
  13. S

    Solved How to Extract and append in another table

    Thanks a ton.... Its working fine
  14. S

    Solved How to Extract and append in another table

    thanks, but its not functioning
  15. S

    Solved How to Extract and append in another table

    Hi Sir I habe a table MASTER in which four fields are there Course_Code, Ind_ID, Date_from and Date_To: I want to run a query to append the recorde in table SESSION in which four field s are there: Course Code, Ind_ID and DOT (Date of Training) How can I append recorde for each day of training...
  16. S

    Solved UPDATE QUERY

    Thanks always, love this Forum Thanks always, love this Forum
  17. S

    Solved UPDATE QUERY

    Thanks always, love this Forum
  18. S

    Solved UPDATE QUERY

    YES
  19. S

    Solved UPDATE QUERY

    I want to update all records in a tbl of a numeric field AC_NO with AC_NO preceeded by 9 for example if Account No is 8337453 it should be updated to 98337453. What will be the vba code for query
  20. S

    Solved Dcoount

    Thanks a ton. I got the error, i was uning monthname function instead of month.
Back
Top Bottom