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

Search:

Type: Posts; User: jasmine03

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    635

    I use the OleDB connection to connect to the...

    I use the OleDB connection to connect to the Access database which has 3 tables. The following is the code I have. I am trying to populate combo boxes with data from the tables. One of the combo box...
  2. Replies
    2
    Views
    635

    Moving select query result to variable

    How can I get the value of a select query into a variable? For example, the result of this query "Select ID from table A" should be moved into variable X.
    Also what is the syntax to write a...
  3. Replies
    1
    Views
    584

    [B]Hide Datagrid column[/B]

    I have two datagrids in my form. The second datagrid data displayed depends on the row selection made in the first datagrid. Using the id displayed in the first datagrid I retrieve the data for the...
  4. Replies
    579
    Views
    647,238

    fields get overwritten

    I am using Crystal Reports through a Rational product - ClearQuest. All fields have been defined in ClearQuest and I just insert the field objects in the report design. The fields that I use are of...
  5. Replies
    0
    Views
    546

    fields get overwritten

    I am using Crystal Reports through a Rational product - ClearQuest. All fields have been defined in ClearQuest and I just insert the field objects in the report design. The fields that I use are of...
  6. Replies
    2
    Views
    1,382

    add/edit/delete data to tables in Access

    I am new to VB and I am trying to develop a small application in Access. I have 5 tables, each has an id and a name field. The tables are joined with one another by the id field. The id field in each...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured