Search results

  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.
  14. S

    Solved FINDING A RECORD FROM UNBOUND TEXT BOX

    Hello Sir's I have a forn bounded by a Table Master_tbl in which one of the Field in AC_NO i want to find a record from aunbound text box (FINDAC) and the code after event i pu is appended below: but the same is not working Dim rs As DAO.Recordset If Not IsNull(Me![FINDAC]) Then Set rs =...
  15. S

    Pls help me with the VBA code to refresh all Linked tables in DB

    Hi Sir, How to refresh all tables.
  16. S

    What is wrong in the Code

    thanks again, output is coming 0, can you help
  17. S

    What is wrong in the Code

    Thank you sir, its parfectly working Sir, if I put another condition Cnt = DCount("*", "QOCCUPATION", "DepartureDate = #" & Format$(Me!sfrReservations.Form!DepartureDate, "mm/dd/yyyy") & "#" And [Mob] = Form!frmOccupants!TXTMOB) frmOccupans is the Main form and Mob is number field, but error...
  18. S

    What is wrong in the Code

    Cnt = DCount("Mob", "QOCCUPATION", "DepartureDate = Me!sfrRoomOccupations.Form!DepartureDate")
Back
Top Bottom