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

Search:

Type: Posts; User: vb_noob

Search: Search took 0.04 seconds.

  1. Replies
    8
    Views
    12,572

    Solved vb2010 datagridview auto text

    I don't know if this is the "best" way to do it, but it got the job done for anyone looking to do this. Maybe someone can come up with a much more simple way, I'm a noob! I had to hide a textbox in...
  2. Replies
    8
    Views
    12,572

    Re: vb2010 datagridview auto text

    I'm not concerned with overflow... I won't have more than 10 letters used. One last thing I thought of, is there a default expression for access that may be easier than coding all this in? If so,...
  3. Replies
    8
    Views
    12,572

    Re: vb2010 datagridview auto text

    That's what I've been needing help with, the code...

    I can do the current code which works fine for putting in a default value:

    Private Sub DataGridView1_DefaultValuesNeeded(ByVal sender As...
  4. Replies
    8
    Views
    12,572

    Re: vb2010 datagridview auto text

    I have looked at it and I'm just not able to understand how to do it, I've never worked with GUID's. I'm using MS Access as my database, my key is just a text type, GUID is not an option. Is there...
  5. Replies
    8
    Views
    12,572

    vb2010 datagridview auto text

    I would like for my datagridview to automatically fill in the column's next row with the previous entry + 1 letter. So say my datagrid is like this:

    ID NextField
    15-3A xxxxx...
  6. Replies
    1
    Views
    1,384

    Re: Please Help, Linking 2 Combo Boxes Together

    I had this problem not too long ago... If you do it my way, you need to make 2 tables in a database... I'm not sure how to do it just using raw text in comboboxes, sorry. Create one table called...
  7. Replies
    4
    Views
    15,317

    Re: Filter ComboBox Data [2010 Express]

    It took me a while to figure out what you were talking about but you were right. It was all in the database setup. When you build relationships, the child table will be listed within that parent...
  8. Replies
    4
    Views
    15,317

    Re: Filter ComboBox Data [2010 Express]

    So if I had a unique key field set up, say autonumber 1 through 1000 and I linked the combobox2 datasource to the display the key field, woulnd't it just list a bunch of key ID numbers like report...
  9. Replies
    4
    Views
    15,317

    Filter ComboBox Data [2010 Express]

    I have started a form application using visual studio 2010 express, vb programming. I'm using Access as my database.

    My goal is to have ComboBox1 display a ProjectID and ComboBox2 display a...
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured