Jack Spratt
Registered User.
- Local time
- Today, 22:17
- Joined
- Nov 4, 2007
- Messages
- 20
My first post, and hopefully a useful one !
I have a combo-box (Combo50) in my form that has its own RowSource query. [Combo50].Value correctly gives me '2' which is the record id of my selection, but I want to pick up the text of the field that's shown which is 'Prospect'. Can I simply access that as a control property, or do I have to requery ?
Thanks
I have a combo-box (Combo50) in my form that has its own RowSource query. [Combo50].Value correctly gives me '2' which is the record id of my selection, but I want to pick up the text of the field that's shown which is 'Prospect'. Can I simply access that as a control property, or do I have to requery ?
Thanks