Search results for query: *

  • Users: jeboy
  • Order by date
  1. J

    How to create a simple web browser in VB .NET?

    Good day, I would like to ask if how can I create a simple web browser using VB .NET that can be use in local intranet sites? Please help. Thanks
  2. J

    How to get the newly generated number from Access table

    Ziyoda, thats not what I meant. I already created an access database and make its 1 of the columns as primary key and assign autonumber as its property. What I am trying to do is to get the newly generated number of the autonumber field after I execute an Insert query from vb.net
  3. J

    How to get the newly generated number from Access table

    How can I get the newly generated number in autonumber field of the current insert query in MS ACCESS? I use Visual Studio .Net 2003 and MS Access as database. Thanks
  4. J

    User defined paper size in crystal report

    Hi! I would like to ask how to set user defined paper size in crystal report? I used Visual Studio .Net 2003. My printer is Epson LX-300 +2 Thanks,
  5. J

    How to create reports with data from multiple tables?

    Thank you very much guys! You are great help!
  6. J

    How to create reports with data from multiple tables?

    This is what Im trying to do How to create reports in crystal reports with multiple data from two interelated table? e.g. Table1: Customer CustomerID Name 1 Jebb Domingo 2 Jennylyn Corpuz Table2: Account AccountID CustomerID Date Debit Credit...
  7. J

    How to create reports with data from multiple tables?

    thats 1 is to many relationship One student have several account
  8. J

    How to create reports with data from multiple tables?

    How do I create reports (using crystal reports) with data from multiple tables? I created a Dataset with two tables in it and choosed that Dataset in the Database Expert wizard's Project Data->ADO.NET DataSets on the Add/Remove Database menu of the crystal report designer. I drag some fields...
  9. J

    How to get the sum of a column?

    Hi! good day, I would like to ask if how can I get the SUM of the numbers that a specific column in a table contains? I use MS Access Database. Is there a built-in function in MS Access query that I can use? Thank you and God Bless
  10. J

    How to perform date arithemetic

    How can I know if the present date is less than or greater than the specified date? For example: July 1, 2007 > August 16, 2007 How can I add days to a date? For example: July 1, 2007 + 24 days = July 25, 2007
  11. J

    How to edit data in a table using DataGrid

    Please help me, how can I use DataGrid to edit data in a table? I used VB .Net and MS Access Database.
  12. J

    Closing a form

    thanks tnx techvoodoo and juggalobrotha, you're a great help!
  13. J

    How to insert data in 2 related tables in vb.net

    Hi! How can I insert data into 2 related tables in access database in vb.net? Can you give me a sample code? Thanks
  14. J

    Closing a form

    I would like to ask how to close an active form from its own command button. I have a main form then from there I can open second form, the second form has a button to close itself. What code should I placed in the second form's button click event to close itself (second form)
  15. J

    Closing a form

    I tried to use method .Close but it didnt work. I want to close the active form and I placed that code in a command button of that form.
  16. J

    How to retrieve the generated autonumber from insert query

    Sphynxxx, sample code pls? Can you give me a sample code of your example in pulling the autogenerated id from previous insert query?
  17. J

    Closing a form

    What code should I placed in _click event procedure to close a specified form? Thank you :)
  18. J

    How to insert records in related tables

    How do I insert data to multiple related tables How can I insert data to multiple related tables in access database using vb.net? For example, I have two tables that are related to each other namely: 1. Group table 2. Member table all members in Member Table are belong to a specific group in...
  19. J

    How to retrieve the generated autonumber from insert query

    Yeah thats what I mean SphyNxXx, but? Yeah SphyNxXx, thats what i mean. Can i ask you another question? How can I insert data to multiple related tables in access database using vb.net? For example, I have two tables that are related to each other namely: 1. Group table 2. Member table all...
  20. J

    How to retrieve the generated autonumber from insert query

    How do I get the generated auto number from previous insert query in vb.net?
Back
Top