Search results for query: *

  • Users: jeboy
  • Content: Threads
  • 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

    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
  3. 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,
  4. 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...
  5. 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
  6. 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
  7. 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.
  8. 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
  9. J

    Closing a form

    What code should I placed in _click event procedure to close a specified form? Thank you :)
  10. 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?
  11. J

    How to insert records in related tables

    Good day, I would like to ask if how am i going to insert record in 2 related tables in ms access database with vb.net? Thank you,
Back
Top