MS-ACCESS combofilling [modified]
-
Hi all... I am developing an application completely in MS_ACCESS. I have my project and the Access database at different locations e.g C:\ & D:\ resp. Now i want to fill the combobox with two Columns Srno, Name. Here "Srno" is Should be hidden Column. Help me how would I do it.. Thanks & Regards..
modified on Monday, February 2, 2009 7:11 AM
-
Hi all... I am developing an application completely in MS_ACCESS. I have my project and the Access database at different locations e.g C:\ & D:\ resp. Now i want to fill the combobox with two Columns Srno, Name. Here "Srno" is Should be hidden Column. Help me how would I do it.. Thanks & Regards..
modified on Monday, February 2, 2009 7:11 AM
Why 2 Fields?
Vuyiswa Maseko, Few companies that installed computers to reduce the employment of clerks have realized their expectations.... They now need more and more expensive clerks even though they call them "Developers" or "Programmers." C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.tiyaneProperties.co.za vuyiswam@its.co.za
-
Hi all... I am developing an application completely in MS_ACCESS. I have my project and the Access database at different locations e.g C:\ & D:\ resp. Now i want to fill the combobox with two Columns Srno, Name. Here "Srno" is Should be hidden Column. Help me how would I do it.. Thanks & Regards..
modified on Monday, February 2, 2009 7:11 AM
Do you want to display two fields in same time in combobox? If yes then use query like this
select srno+' '+name as FiledforCmb from tablename
I Love T-SQL "Don't torture yourself,let the life to do it for you." If my post helps you kindly save my time by voting my post.