|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
Hi all
What I would like to do is In Table design view, On the Lookup tab of a text field there are three properties that I would like to set with code Display Control set to List Box Row source Type set to Value List Row Source set to "string list" Any help would be appreciated Chris |
|
#2
|
|||
|
|||
|
Review the online help for the Access text control, there are examples there for manipulating properties at run time.
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
|
#3
|
|||
|
|||
|
Hi Doug
Thanks for the reply but I have not been able to find anything useful, particularly examples. Lots of help using wizards or forms but I would like to do it in code. Regards Chris |
|
#4
|
|||
|
|||
|
I imagine it's similar to VB6, where in the form load event or form activate event you can do something like
set text1.recordsource = MyADOrs text1.visible = true etc. |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Access Table Display Control |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|