473,394 Members | 1,759 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,394 software developers and data experts.

I want to use the value in a text box on a form that is unbound to a bound field of t

1
I have an unbound text box in my and want to use the value of the unbound text box in a field in my table how can I do that.
Feb 21 '16 #1
1 911
jimatqsi
1,271 Expert 1GB
Put a bound textbox on the form, and make it invisible. When you want to move the unboud content into the table, just move it into the bound textbox.

Expand|Select|Wrap|Line Numbers
  1. me.boundtextboxname = me.unboundtextboxname
  2.  
Of course this assumes you are using an updateable recordset in your form. You've given very very sparse information about your situation so we can only guess about that.
Feb 21 '16 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Megan | last post by:
Hi everybody- I have 2 tables, Hearings and Rulings. Both have primary keys called, CaseID, that are autonumbers. I don't want both tables to have the same autonumber. For example, if Hearings...
10
by: Matthew Wells | last post by:
Hello. I've converted a bound Access 2000 form which displays data retrieved from an Access 2000 database to an unbound form. Now my hyperlinks don't work. I'm assuming it's because the form...
7
by: Chuck Anderson | last post by:
I'm pretty much a JavaScript novice. I'm good at learning by example and changing those examples to suit my needs. That said .... ..... I have some select fields in a form I created for a...
2
by: go2bee | last post by:
How to do import/copy text from webpage <textarea> and <text> to text in form MS-Access97 Thankyou.
6
by: john | last post by:
I'm trying to do something that I thought was simple but has already taken me hours. I'm trying to use a value from an unbound date field in a query. Amongst others I tried the following, but I...
1
by: | last post by:
How do I add static text to a bound field in a gridview? For instance, I want the following label in a gridview to be displayed as "Smith: Exempt" "Jones: Exempt" etc. <asp:Label ID="Label1"...
3
by: kathnicole | last post by:
Hi, I am using MS Access 2007/Vista I have a field, ProductCost in the subform. i need to find the total of ProductCost and assign it to a field, Total, in the Main Form . I read an article...
20
by: Bigdaddrock | last post by:
Using attached database. Open Form "DH ADD ORDERS w/Tax". I would like to autopopulate the bound control "INVNUM". It's source would be the field INVNUM in the table INVOICE. I was hoping to...
3
by: byte5 | last post by:
So, Here's the situation. I need to create a report for a particular name between the given dates. The table consists of fields like survey name, date, name1, name2....name5 (name1-5 are boolean...
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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...
0
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
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...

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.