Wrox Programmer Forums
|
VB Databases Basics Beginning-level VB coding questions specific to using VB with databases. Issues not specific to database use will be redirected to other forums.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB Databases Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 24th, 2004, 04:44 AM
Registered User
 
Join Date: Apr 2004
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default Drop Down Combo in Data Grid

Hi frineds,
I have interesting quest about invoice project.
i have table objects as under:

1) ItemMaster
Fields
  Itemid
  ItemName
2) ItemTransaction
Fields
  ItemIncrmt
  RefItemId
  Rate
  qty

Now my quest starts.....
i want such type of facility in data grid it displays,
  Name of item , rate, qty , total of each item. as well
  Drop down combo at place of Itemname field such that user can update it and i can store refitemid field in database.........???


---------------------------
One more quest ...
in Access How can i retrieve number of raws retrived from query.
like in Oracle .
let me be more specific.
e.g. ItemMaster
      ItemId
      ItemName

select * from itemmaster where itemname like 'a*'
retrives 5 raws then result should be as under

rawno Itemid itemname
1 2 a
2 3 dfd
3 34 ddf
4 12 err
5 1 d d

Plz help me ?








Similar Threads
Thread Thread Starter Forum Replies Last Post
add drop down / combo box for selection mamuco Classic ASP Components 0 May 30th, 2007 06:34 PM
Combo Box Won't Drop Down sjf905 C# 0 January 13th, 2007 12:09 AM
having some fields of a grid view a drop list dsblack@montgomerycountyt ASP.NET 2.0 Professional 0 June 2nd, 2006 04:18 PM
Displaying drop down menus on the top of Combo box karunkumar_g Javascript 3 December 14th, 2005 01:46 PM
Data Grid Drop Down List Column bmains ASP.NET 1.0 and 1.1 Professional 4 September 21st, 2004 08:39 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.