Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: thakur
  • Content: Threads
  • Order by date
  1. thakur

    Running sum in Data Report

    How can i have the running sum for the recordset as we get in Access? In access report i can insert a textbox and say controlsource=1 and running sum propery at overall so i get the serial no for all the records in that recordset i want the same in VB can anyone help?
  2. thakur

    Bookmark property hellp

    if i use Data1.recordset.Bookmark = data1.recordset.lastmodified it woks what changes will have to make if i want the same effect for ADODC control Please help.
  3. thakur

    How to.......

    I am working on a Visual Basic Database project the Database has two tables as 1) tblBillMaster a)BillNo b)BillDate c)CustomerID (Lookup) 2) tblCustomer a)CustomerID b)Name c)Address when I add new record to the BillMaster table I am using the CustomerID from Customer table What I...
  4. thakur

    Lookup field

    I have a BillMaster table which has a lookup field (combobox) which fills the custemerID field from Customer table. If existing costemer is there I don't have to type the name, address etc again and it works fine But if it is a new customer then how can i add new customer from the same form...
  5. thakur

    Display records in the drop-down list in DBgrid

    I have a dbgrid to add new records and one of the column has one-to-many relationship from other table I have inseted a button to the column Can someone give example code to populate the column from other table so that clicking the button will show all the records from that table and user can...
  6. thakur

    Multiple records update

    I am using access database in my VB project I can update shift shedule for an employee on daily basis I would like to know wheather it is possible to update six records (for whole week) so that i can save my time for next 5 days I tried the from date and to date values but i can not get data in...
  7. thakur

    Restrict Number to 2 decimals

    I want a textbox to show a two decimal number as 133.33 how can i do that?

Part and Inventory Search

Back
Top