
Announcements
How to set a default value to combox when a user open a new form for data entry.
There are few combo box to select the data from it, but maximum time, its the same to be selected.
To reduce the user data entry time, I want the default value of these combo box (the value will be from the collection with which combo is connected with)
pls. guide
in DefaultSelectededItems property for the combo box:
LookUp(YourCollection, columnName = Value)