carphatian
Registered User.
- Local time
- Today, 12:55
- Joined
- Feb 9, 2009
- Messages
- 12
Need help again...
To make it simple I do have a table with CompanyID and Company Name.
I do have a combo box in a form which is bounded to CompanyID. The data source of the combobox is actually a query which contains Company ID and Company name. The box as I said is bounded to CompanyID but visible is only the Company name.
When the user types a company which is not in the list it triggers to open a new form which will capture the text the user typed, ask for more data and save everything in the Company table.
Is it possible to get the text which user types in my combo to have first letter capitalized or all the letters? I tried some properCaps or UCaps functions but they didn't work probably because the bound is on a number (CompanyID).
Thank you!
To make it simple I do have a table with CompanyID and Company Name.
I do have a combo box in a form which is bounded to CompanyID. The data source of the combobox is actually a query which contains Company ID and Company name. The box as I said is bounded to CompanyID but visible is only the Company name.
When the user types a company which is not in the list it triggers to open a new form which will capture the text the user typed, ask for more data and save everything in the Company table.
Is it possible to get the text which user types in my combo to have first letter capitalized or all the letters? I tried some properCaps or UCaps functions but they didn't work probably because the bound is on a number (CompanyID).
Thank you!