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

    VB6 printing report problem

    giday all,<br> <br> Hope someone may have they answer to this one. I have a form where the user enters a customer number then hits a print button. behind the print button it changes commandText property's sql statement to retrieve that customer's personal details - all is fine the first time...
  2. Brendan

    Database access problem upon upgrading from Office97 to Office2000

    Code fragment:<br> <br> Public dbDynamic As Database<br> Public recCustomers As Recordset<br> <br> Set dbDynamic = OpenDatabase("c:\db1.mdb")<br> Set recCustomers = dbDynamic.OpenRecordset("Tcustomer")<br> <br> <br> Giday,<br> I'm programming in VB6 and had Office97 installed which the above...

Part and Inventory Search

Back
Top