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 Mike Lewis 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: Shlomo47
  • Order by date
  1. Shlomo47

    Date Swap using an access db

    try: rsa.Open ("SELECT * FROM [numbers] " & _ "WHERE Date= " & "#" & Format(Datechoose, "mm,dd,yy") & "#") For me it worked with similar problem Shlomo
  2. Shlomo47

    Data Control and Access 2000 ?

    you have to open a recordset and to asign the data control to that recordset. Try this: sPath = "C:\Program Files\DevStudio\VB\dbsName.mdb" Set daoDB36 = DBEngine(0).OpenDatabase(sPath) Set rs = daoDB36.OpenRecordset("SELECT * FROM tblTable") Set Data1.Recordset = rs

Part and Inventory Search

Back
Top