Mike Krailo
Well-known member
- Local time
- Today, 10:52
- Joined
- Mar 28, 2020
- Messages
- 1,681
I have been trying to figure out how to set a default value temporarily in a combo box that is not actually listed in the row source. The idea is to show something like <Enter Vendor> inside the combo box when it is just a Null value (when form loads). This is possible with Format Null in the properties if the bound column is not numeric, but in my case the bound column is a FK that goes to the vendor table so it doesn't seem to work.
This doesn't work if set in the properties for Format of the combo box.
Is there another way to do this?
This doesn't work if set in the properties for Format of the combo box.
Code:
@;"<Enter Vendor>"
Is there another way to do this?