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 TouchToneTommy 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: brownfox1
  • Content: Threads
  • Order by date
  1. brownfox1

    date comparison

    This has got me. I have a table "Docket" with one record in it that's a date in "general date" "date/time format". 01/08/2007 17:45:00 But when I run this query: SELECT * from Docket WHERE Docket.Date > #01/08/2007 13:43:00# AND Docket.Date < #01/08/2007 21:43:00# I get no result, but when I...
  2. brownfox1

    Add command button to datagrid

    My DataGrid is based on a jet sql query as a recordset, but I would like to add a button to the grid to edit a particular record. The sql query is a hugh join of tables so I don't want the datagrid to be edited directly. I hope I have asked this question in a clear way (P.S visual basic 6.0)...
  3. brownfox1

    Add DataGrid at runtime

    Is this possible? Maybe with Add.Control...?

Part and Inventory Search

Back
Top