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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can activeX controls be used in Access VBA?

Status
Not open for further replies.

chiuchimuN

Programmer
Apr 24, 2002
29
US
I have a table that needs to be displayed in a special way that doesn't fit well with a cross tab query or pivate table. It would be nice if I can use the DBgrid control in unbound mode. Is there a way of placing this control on Access form?

A second method would be to use the listbox and set the recordtype to a function. How can I create cell editing features? How can I set it so the user can dynamically resize the columns?

 
For ActiveX Controls, go to Tools--->ActiveX Controls and select "Register" this will allow you to add your ActiveX Control. Kyle [pc1]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top