Recent content by sbaud2003

  1. S

    REPORT TO EXCEL FORMAT

    Thanks, for help. But how to get exported the title (Label) of the report in 1st row of excel file
  2. S

    REPORT TO EXCEL FORMAT

    Dear Sir/Madam, I have a report to transfer in excel format, but the heading of the report is not taken, is there any method to get the title of the report in the 1st rown of excel sheet. MY VBA CODE is Private Sub CMDFB_Click() Dim strReportName As String Dim strPathUser As String Dim...
  3. S

    Text Box

    i need to put some values in diiferent line as statistics. For eg in one Field I need to put details of attendance serially
  4. S

    Text Box

    Is it possible to put text in a text box in two three diiferent line/coloumn with same allignment
  5. S

    Can we fetch attachemnt from one table to another through query

    I wan to fetch the Pic of an attcahment to another table, is it possible
  6. S

    How can I delete Duplicate Records from a table

    Hello Sir/Madam Please help me to deleting duplicate records records from a Table I tried but it deletes all the recordes with the key, i am trying.
  7. S

    Finding missing No

    Thanks to all for your advise
  8. S

    Finding missing No

    yes
  9. S

    Finding missing No

    I want to find all the missing IDs in a table starting from 1 to the end of the Table. How can i do that and display the missing IDs IDs are Primary and serially numbered. however one missed the seriality in entering.
  10. S

    Change font colour in VB

    THANK YOU SIR
  11. S

    Change of a Text Box Color:-

    Actully I want to mark absent with RED and Present with Blue. (TEXT) so pls help me how to do
  12. S

    Change of a Text Box Color:-

    Hi Sir's Is there any method where a Text Box color can be changed. I.e if Present then BLUE and if Absent then RED
  13. S

    Solved FINDING A RECORD FROM UNBOUND TEXT BOX

    Yes sir, and its working fine thanks alot, There was a syntex error.
Back
Top Bottom