Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB 6 Visual Basic 6 > VB Databases Basics
|
VB Databases Basics Beginning-level VB coding questions specific to using VB with databases. Issues not specific to database use will be redirected to other forums.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB Databases Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 1st, 2007, 12:14 PM
Registered User
 
Join Date: Jul 2007
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default Dataform with textboxes to load without data

 Hi Guys,

I am just stuck with a problem. I have 2 forms both linked to database tables, and I want one of the forms, form2.vb, to be able to I load without data in the textboxes. However, I would want the textboxes on form2.vb to accept NEW data or record and save them as well.Here is the BindingNavigatorSaveItem code:

Private Sub SABindingNavigatorSaveItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SABindingNavigatorSaveItem.Click

        'TODO: This line of code loads data into the 'SADataSet.SA' table. You can move, or remove it, as needed.

Me.SATableAdapter.Fill(Me.SADataSet.SA)

End Sub

How can I alter this code or any other thing to achieve this functionality? Thanks






Similar Threads
Thread Thread Starter Forum Replies Last Post
datagrid with too many textboxes very slow to load toshi C# 0 October 4th, 2007 12:35 PM
Get all user data from ALL dynamic textboxes feffe VB How-To 3 May 31st, 2007 07:03 AM
About dynamic textboxes data capturing chandra_yvr ASP.NET 2.0 Basics 5 March 30th, 2007 09:58 AM
trying to load db data into data grid itsajourney Beginning VB 6 2 June 7th, 2005 12:05 PM
Store Data From textboxes which form Table gadhiav ASP.NET 1.0 and 1.1 Basics 7 June 30th, 2004 11:10 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.