473,386 Members | 1,943 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Update Access by using a text box??

I would like to update Access by using a txtBox.
Is it possible to update Access this way?

Example:

If I selected the txtBox and input a line of text I would like that line of
text to be sent to the right Access field in the data base when it is
updated.

--
I am a Noob!
Thanks for the Help :)
Nov 21 '05 #1
4 2295
Using the Wizard, create an OLEDB connection and dataadapter, once you have
connected to your database ( tested it ), create a dataset by right clicking
the adapter. Bind the textbox to the table/field in the dataset and on text
changed event, call the Update method of the adapter.

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing

"Shane" <Sh***@discussions.microsoft.com> wrote in message
news:FC**********************************@microsof t.com...
I would like to update Access by using a txtBox.
Is it possible to update Access this way?

Example:

If I selected the txtBox and input a line of text I would like that line of text to be sent to the right Access field in the data base when it is
updated.

--
I am a Noob!
Thanks for the Help :)

Nov 21 '05 #2
Can I still do this even if i have already created the OLEDB connection and
datadapter connections?

"One Handed Man ( OHM - Terry Burns )" wrote:
Using the Wizard, create an OLEDB connection and dataadapter, once you have
connected to your database ( tested it ), create a dataset by right clicking
the adapter. Bind the textbox to the table/field in the dataset and on text
changed event, call the Update method of the adapter.

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing

"Shane" <Sh***@discussions.microsoft.com> wrote in message
news:FC**********************************@microsof t.com...
I would like to update Access by using a txtBox.
Is it possible to update Access this way?

Example:

If I selected the txtBox and input a line of text I would like that line

of
text to be sent to the right Access field in the data base when it is
updated.

--
I am a Noob!
Thanks for the Help :)


Nov 21 '05 #3
Sure, I was just giving you a set of instructions, pick up from where u are.

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing

"Shane" <Sh***@discussions.microsoft.com> wrote in message
news:87**********************************@microsof t.com...
Can I still do this even if i have already created the OLEDB connection and datadapter connections?

"One Handed Man ( OHM - Terry Burns )" wrote:
Using the Wizard, create an OLEDB connection and dataadapter, once you have connected to your database ( tested it ), create a dataset by right clicking the adapter. Bind the textbox to the table/field in the dataset and on text changed event, call the Update method of the adapter.

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing

"Shane" <Sh***@discussions.microsoft.com> wrote in message
news:FC**********************************@microsof t.com...
I would like to update Access by using a txtBox.
Is it possible to update Access this way?

Example:

If I selected the txtBox and input a line of text I would like that
line of
text to be sent to the right Access field in the data base when it is
updated.

--
I am a Noob!
Thanks for the Help :)


Nov 21 '05 #4
When I click on DataBindings in the properties menu a list of options open
up, they are Advanced,Tag, and Text. Can somebody tell me what Tag and Text
are used for?

"One Handed Man ( OHM - Terry Burns )" wrote:
Sure, I was just giving you a set of instructions, pick up from where u are.

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing

"Shane" <Sh***@discussions.microsoft.com> wrote in message
news:87**********************************@microsof t.com...
Can I still do this even if i have already created the OLEDB connection

and
datadapter connections?

"One Handed Man ( OHM - Terry Burns )" wrote:
Using the Wizard, create an OLEDB connection and dataadapter, once you have connected to your database ( tested it ), create a dataset by right clicking the adapter. Bind the textbox to the table/field in the dataset and on text changed event, call the Update method of the adapter.

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing

"Shane" <Sh***@discussions.microsoft.com> wrote in message
news:FC**********************************@microsof t.com...
> I would like to update Access by using a txtBox.
> Is it possible to update Access this way?
>
> Example:
>
> If I selected the txtBox and input a line of text I would like that line of
> text to be sent to the right Access field in the data base when it is
> updated.
>
> --
> I am a Noob!
> Thanks for the Help :)


Nov 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: shank | last post by:
Visually, the page will look somewhat like a spreadsheet. It could have hundreds of records (rows) displayed. I want to enable the user to edit any one or any number of records and any fields, then...
2
by: Joe Fetters via .NET 247 | last post by:
Have googled and read the VS.NET documentation can't seem to getthe answer to the following. Environment: Framework 1.1 VB.NET WinForm Access database Using all automagic tools (DataAdapter...
6
by: Matt | last post by:
I'm having difficulty with trying to update a Access memo field through an SQL statement where the value I'm trying to pass is longer than 255 characters. The field is being truncated. I'm using...
0
by: M. David Johnson | last post by:
I cannot get my OleDbDataAdapter to update my database table from my local dataset table. The Knowledge Base doesn't seem to help - see item 10 below. I have a Microsoft Access 2000 database...
4
by: Jim Hammond | last post by:
It would be udeful to be able to get the current on-screen values from a FormView that is databound to an ObjectDataSource by using a callback instead of a postback. For example: public void...
4
by: George | last post by:
Hi all, I am having trouble with updating my data in an Access database. here is my code: Imports System.Data.OleDb Dim AppPath As String = Mid(Application.ExecutablePath, 1,...
8
by: =?Utf-8?B?R3JlZyBMYXJzZW4=?= | last post by:
I'm trying to figure out how to modify a panel (panel1) from a backgroundworker thread. But can't get the panel to show the new controls added by the backgroundwork task. Here is my code. In...
3
by: Michel Esber | last post by:
Hi all, DB2 V8 LUW FP 15 There is a table T (ID varchar (24), ABC timestamp). ID is PK. Our application needs to frequently update T with a new value for ABC. update T set ABC=? where ID...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.