label_change event?? ODBC control??

  • Thread starter Thread starter Claud Balls
  • Start date Start date
C

Claud Balls

Is there an event to cover when a label's caption changes?
When I took VB6 we used an ODBC control to connect to a database, is
that option available? I don't need to import an entire table, but I
would like to search through records via the ODBC control.
 
Claud said:
Is there an event to cover when a label's caption changes?

AFAIK you can only change a label's caption programmatically at
run-time so do you *need* an event?
When I took VB6 we used an ODBC control to connect to a database, is
that option available? I don't need to import an entire table, but I
would like to search through records via the ODBC control.

I can't find that control on my machine I have the MS ADO DataControl
but I'm not sure whether it ships with a version of Excel/Office.
However, because controls on a userform lack design-time property pages
that VB6 supports, you may find that an ADO recordset is just as
useful.

Jamie.

--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top