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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jerstep

  1. jerstep

    Hiding Datagrid Columns

    OK. I've found out how to do it.
  2. jerstep

    Hiding Datagrid Columns

    Is it possible to hide columns in a datagrid ?
  3. jerstep

    àddNewMode

    How do I set the addNewMode property for a datagrid ?
  4. jerstep

    Datagrid

    Can no-one help me with this ?!
  5. jerstep

    Combo Box

    How do I attach a file ?
  6. jerstep

    Master/Detail Datagrid

    Hello. I'm new to VB and have just used the Data Form Wizard to create a Master/Detail view of my Access DB. Using the wizard I choose to include a button to add new records, however this only seems to allow records to be add to the master datagrid and not the detail/child datagrid. I could...
  7. jerstep

    Combo Box

    Hello. On a form I have 2 combo boxes (the first controls the values of the second) and a subform with a combo box on that form. When selecting values using these combo boxes, all seems to work fine, however when I return to the first record and then move through each record in turn, the...
  8. jerstep

    Datagrid

    Hello. I'm new to VB and have just used the Data Form Wizard to create a Master/Detail view of my Access DB. Using the wizard I choose to include a button to add new records, however this only seems to allow records to be add to the master datagrid and not the detail/child datagrid. I could...
  9. jerstep

    How to add records ?

    Thanks Sunaj. I love to try that but I'm using the Learner Edition of Visual Basic and that doesn't come with many add-ins. I did post asking where, if anywhere I could get these but no-one repsonded. Can you send me the code to do what you suggested ? Thanks J.
  10. jerstep

    How to add records ?

    is it possible to add a new records to two related tables using a datagrid (or some other) control ? if so, how ? thanks. j.
  11. jerstep

    adding records...nearly !

    I have a SQL "music collection" DB. I have two tables Artist and Album. I want to add records to this using VB. How do I do this ? I can display the records using the Datagrid control. I've added a new record using this control, to the two tables which works fine but the records...
  12. jerstep

    Wizards/Add-Ins

    Hello. I'm using an Evaluation Edition of Visual Basic 6, which I got with a book. The book talks about using the Data Form Wizard but I don't appear to have it (along with Class Builder Utility, Data Object Wizard, Proporty Page Wizard, API Viewer etc). Is it possible to download these from...
  13. jerstep

    Passing Nulls to SQL Server

    Hello. I have a SQL Server 2000 DB. A field in a table allows "Nulls" but has no default value. Using VB 6.0, I've written a procedure to add records to the table. Question. How do I pass a Null 'value' to SQL Server ? Do I have to set a default value for the field of 'Null' ? If...
  14. jerstep

    External links in Excel

    Thanks Jeoff!
  15. jerstep

    External links in Excel

    How can I get a list of all the links to external data sources in my Excel workbook ? Menus or VBA, it doesn't matter) Thanks. J.

Part and Inventory Search

Back
Top