|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
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
|
|||
|
|||
|
Using Combo box in MS access forms
I am developing a tool using forms in MS access. When I try to use VB controls like a combo box or a list box , the properties such as addItem and RemoveItem of the control is not listed and hence it gives a compilation error.
I would like to know what the action to be taken to get the properties identified. Thanks nk |
|
#2
|
|||
|
|||
|
If the combo box / list box is to be filed with some database column ui can simply use the row source type = table / query
and row source = u r sql sqry e.g. select colDisplay,colKey from abc here colDisplay will detyermine the text which appear in the list box and colkey what the vals retuirend sorry for the typos i am in a hurry........ hope this may help if not get back to forum .... |
|
#3
|
|||
|
|||
|
Thanks a lot, Bobby.
But the problem is I am adding an additional functionality to an existing application and a lot of the additem/removeitem properties are used throughout the application. The code is working fine in desktops. But when I execute the same in laptops , the properties are not identified. Ms Access 2000 is used in both the desktops and the laptop. I want to run the application in the laptop. Please let me know what should be done for this. Quote:
|
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Using Combo box in MS access forms |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|