CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: fdtoo

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    1,158

    Re: Accounting Software

    Hi Shiv Kumar G.M., If you are still reading this forum, you may try downloading accountingdes. There is some written ebook about accounting software development tutorial that you can also download...
  2. Replies
    9
    Views
    14,071

    Re: developing a accounting software!

    Hi edwardschlacter11, this thread is more than a year, but if you are still trying to complete your billing system, I may share with you a site (www.accountingdes.com) that has a free trial version...
  3. Replies
    4
    Views
    8,615

    Re: Database design for Accounting System

    Download an ebook titled : accounting database design from smashwords. You might probably find some useful sample and information on schema design if you are still looking for a solution to your...
  4. Replies
    6
    Views
    6,352

    Re: insert multiple records from datagrid

    does the following code performing a looping function as Shuja suggested:



    Do Until rs.EOF
    With rs
    .AddNew 'FieldList, Values
    rs.Fields("Category_Name_VC").Value = dgResults.Columns(0)...
  5. Replies
    6
    Views
    6,352

    Re: insert multiple records from datagrid

    i have changed Set rs = cmd.Execute to cmd.Execute, and exclude rs.Open, i'm guessing an
    insert would not need this. Tried running the code but same error message occured, this time it managed to...
  6. Replies
    6
    Views
    6,352

    insert multiple records from datagrid

    I am using vb6 with sql server 2000:

    I have a form with a datagrid that allows user to insert data into the datagrid columns.I have created a InsertRecords function that i called when the user...
  7. Replies
    0
    Views
    522

    Datareport-How to query from MS Access

    I need to run a data report that will query an Access_Table that has the following Project info:

    My Form has a command_button with the following code:

    Private Sub Command1_Click()

    Set db =...
  8. Thread: sql

    by fdtoo
    Replies
    0
    Views
    601

    sql

    please help! how to query a database from Access to extract customer name & amount in which invoice date is more than 30 & 60 days as below

    Date Cust_name >30DYS ...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured