numeric codes for control t ypes

H

henry horton

I am trying to dynamically change report header labels
and thought I need to know the numeric codes for control
types such as labels, where can this info be obtained in
Access 2002 for a fairly simple financial database I am
creating
 
A

Adrian Jansen

If you type 'Control type property' in Access help, you get a list of all
the controls and their associated constants.

--
Regards,

Adrian Jansen
J & K MicroSystems
Microcomputer solutions for industrial control
 
D

Dennis Schmidt

Hi Henry,

My name is Dennis Schmidt. Thank you for using the Microsoft Newsgroups.

You would refer to them by their intrinsic constant names, such a acTextBox
or acComboBox. There is additional information on these values in the VBA
help file under the topic ControlType Property.

I hope this helps! If you have additional questions on this topic, please
reply to this posting.

Need quick answers to questions like these? The Microsoft Knowledge Base
provides a wealth of information that you can use to troubleshoot a problem
or answer a question! It's located at
http://support.microsoft.com/support/c.asp?M=F>.

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2001 Microsoft Corporation. All rights
reserved.

Regards,
Dennis Schmidt
Microsoft Support
 

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

Top