yepwingtim
Registered User.
- Local time
- Today, 11:07
- Joined
- Jun 6, 2008
- Messages
- 126
im trying to implement this to my unbound combobox
http://www.tek-tips.com/faqs.cfm?fid=6295
My unbound record source is this
SELECT tblTirecodes.ID, tblTirecodes.CODE
FROM tblTirecodes
ORDER BY tblTirecodes.CODE;
how to i change the strSQL string in that format? Or how do i make it work
Thanks
________
Montana Dispensary
http://www.tek-tips.com/faqs.cfm?fid=6295
My unbound record source is this
SELECT tblTirecodes.ID, tblTirecodes.CODE
FROM tblTirecodes
ORDER BY tblTirecodes.CODE;
how to i change the strSQL string in that format? Or how do i make it work
Thanks
________
Montana Dispensary
Last edited: