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 wOOdy-Soft 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: *

  • Users: thekon
  • Content: Threads
  • Order by date
  1. thekon

    RecordCount is too smart !

    Public Sub test() Dim db As DAO.Database Dim rst As DAO.Recordset Set db = CurrentDb Set rst = db.OpenRecordset("SELECT Somefield FROM SomeQuery WHERE ID=" & Forms![MyForm]![CodeID] & " AND Field2 like 'Ç.2*'") Debug.Print rst.RecordCount End Sub This gives me always the...
  2. thekon

    Word textbox automation

    Hi there Is there a way to automate a Word Textbox from Access ? Everything in Excel and Access has a name to refer to. I thought this whould be easy in Word too but... Thanks in advance.
  3. thekon

    Datasheet view header

    Is there a way to manipulate datasheet view column headers, especially in subforms ? ie to make the header two lines, to make it vertical, to change font, colour, style or i want to much from Access ?

Part and Inventory Search

Back
Top