Recent content by sbaud2003

  1. 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
  2. S

    Text Box

    Is it possible to put text in a text box in two three diiferent line/coloumn with same allignment
  3. 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
  4. 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.
  5. S

    Finding missing No

    Thanks to all for your advise
  6. S

    Finding missing No

    yes
  7. 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.
  8. S

    Change font colour in VB

    THANK YOU SIR
  9. 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
  10. 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
  11. S

    Solved FINDING A RECORD FROM UNBOUND TEXT BOX

    Yes sir, and its working fine thanks alot, There was a syntex error.
  12. 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 =...
  13. S

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

    Hi Sir, How to refresh all tables.
Back
Top Bottom