473,480 Members | 4,852 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

form fields and problems with recording data into the table from the forms

A
Hi Everyone !

I have a form in my database that allows me to enter in data from the field
text box and its called "notes". So it appears to write to the table
records
in the "notes" field.

But the problem is that I have other forms with a text boxes and I labelled
the box as "notes" but when I search for data or go to the particular record
using this form, nothing appears to show up in my "notes" text field, but
the other fields show the data from the tables.

How can I fix this so I have to option to enter the "notes" data into the
fields and have them not only recorded in the tables, but also show up
in the text box of the forms when I get to the forms.

Please help.
Nov 12 '05 #1
3 1117
On Thu, 12 Feb 2004 16:14:35 -0500, A wrote:
Hi Everyone !

I have a form in my database that allows me to enter in data from the field
text box and its called "notes". So it appears to write to the table
records
in the "notes" field.

But the problem is that I have other forms with a text boxes and I labelled
the box as "notes" but when I search for data or go to the particular record
using this form, nothing appears to show up in my "notes" text field, but
the other fields show the data from the tables.

How can I fix this so I have to option to enter the "notes" data into the
fields and have them not only recorded in the tables, but also show up
in the text box of the forms when I get to the forms.

Please help.


Make sure the controlsource for all textboxes linked to this field have
been set to the field name (provided the fomr is bound to the table or
query that contains this field)

--
Mike Storr
veraccess.com
Nov 12 '05 #2
A
How do i make it bound ?
"Mike Storr" <st******@sympatico.ca> wrote in message
news:1m******************************@40tude.net.. .
On Thu, 12 Feb 2004 16:14:35 -0500, A wrote:
Hi Everyone !

I have a form in my database that allows me to enter in data from the field text box and its called "notes". So it appears to write to the table
records
in the "notes" field.

But the problem is that I have other forms with a text boxes and I labelled the box as "notes" but when I search for data or go to the particular record using this form, nothing appears to show up in my "notes" text field, but the other fields show the data from the tables.

How can I fix this so I have to option to enter the "notes" data into the fields and have them not only recorded in the tables, but also show up
in the text box of the forms when I get to the forms.

Please help.


Make sure the controlsource for all textboxes linked to this field have
been set to the field name (provided the fomr is bound to the table or
query that contains this field)

--
Mike Storr
veraccess.com

Nov 12 '05 #3
On Fri, 13 Feb 2004 15:50:50 -0500, A wrote:
How do i make it bound ?


Open each form in design view that contain this "notes" field. Check the
property sheet for the control in question, it's ControlSource must be set
to the name of the field. Each form you do this on must have a RecordSource
property set to something (query/table) that contains this field. If the
table or query name is "tblNotes" then the form RecordSource property must
be set to "tblNotes".
--
Mike Storr
veraccess.com
Nov 12 '05 #4

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

Similar topics

2
1743
by: nic | last post by:
Hi I am currently having problems getting two forms to behave the way I want. I have two tables Student and Application, and their respective forms. (Tables)Student has StudentID (PK) & an...
0
1444
by: nic | last post by:
Hi I am currently having problems getting two forms to behave the way I want. I have two tables Student and Application, and their respective forms. (Tables)Student has StudentID (PK) & an...
1
1712
by: encohen | last post by:
I am new to the VBA world. I have a form that I am trying to validate the fields on. They are either text boxes or combo boxes. I have a custom function that is called when the user clicks a command...
1
1166
by: jim | last post by:
First, I'm completely new to databases and Access so that would explain it if there turns out to be an obvious solution to my questions. In any event if you could respond like I don't know what I'm...
2
3306
Chittaranjan
by: Chittaranjan | last post by:
Hi All, I have a problem and hope I can get the better solution from here. I have a form written in HTML and I need to write that in perl so the main problem I am facing is that I need to...
0
1249
by: goldxr | last post by:
Hi, I'm new to MS Access and currently using the 2003 version. I have had very little VBA coding experience and need to set up a database which will enable to track staffing needs as projects...
1
4163
by: drwigginton | last post by:
I have created several bar charts in MS Access using query results to provide the data for the chart. I added data tables to the charts to show the actual values. My problem is that one of the fields...
8
2877
by: Lebbsy | last post by:
On clicking a button I want to add data in to tables. The first table captures all information specified in the form and works fine. The second table that does not have a recordsource, captures...
17
3012
by: lee weaver | last post by:
I have a form to edit employee data that is a copy of the add employee form ( Which works great) with a list box at the top to select the employee to edit that is susposed to navigate to the correct...
0
7040
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
7041
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7080
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...
1
6736
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
6908
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
4478
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
2994
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
2980
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
178
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.