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 TouchToneTommy 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: jpb
  • Content: Threads
  • Order by date
  1. jpb

    Detail section in rep writer

    Hi all, I am trying to create a report using VB's report writer, that is similiar in style to an income and expenditure statement. I need it to select all the records in a specific table(Access DB) and then allow me to group hem using the group by clause. However once this is done the only...
  2. jpb

    Creating an exe

    Hi everyone, I have created a Vb application and have my exe which runs fine when run on the same machine it was created on. What do I have to do to allow this exe run on a different machine. It is connected to a microsoft access database which is on the same machine. I know I will have to save...
  3. jpb

    Text box Query

    Hi there, Has anyone ever tried to enter a series of numbers in a textbox sparated by commas and stored the in the database, similiar to the way in which you would enter a selection of pages to be printed in a print dialog box. I cant find an examples of it done before and have failed to see it...
  4. jpb

    Hi, I am using the addnew funti

    Hi, I am using the addnew funtion associated with a recordset object to add data to a Table in my database... The table has an ID field which of the type auto number so each new record added is supposed to be added at the end of the table. However this is not happening..Instead each new...
  5. jpb

    Error Message

    I get this Critical error message when I try To assign the Datasource property of control ..at design time " ADODC1 Unspecified error"...box appears about 4 times.. after it is gone I cant assign a field in DB to a control..(Datafield property.) This has lead to this critiacl...
  6. jpb

    Recognise this Error Message

    I get this Critical error message when I try To assign the Datasource property of control ..at design time " ADODC1 Unspecified error"...box appears about 4 times.. after it is gone I cant assign a field in DB to a control..(Datafield property.) This has lead to this critiacl...
  7. jpb

    sort order on a report

    How do I sort the group by fields in a data report.. An order by clause in my SQL statement bonly sorts the records in the details section not the actual group orders..
  8. jpb

    Data report functions

    using data reports...I am trying to create a profit and loss account and balance sheet...I can get all the subtotal from the different accounts by grouping them ..ie..I have the total value for sales and expenses but am unsure as to how I am going to be able to calculate my net profit or loss I...
  9. jpb

    GRoup BY in Report Writer

    I am trying to print a profit and loss report using report writer....I have a table in my database which stores all the account details...name, balance type etc... I want to display this on the report as follows... Account Name (income) Balance . . Total...

Part and Inventory Search

Back
Top