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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.