473,386 Members | 1,812 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.

How do I get user-input text to be retentive on a form??

Need to make unbound data input fields retentive on a basic form.

Access must open, allow the user to add text and numbers in various text boxes but then EXIT and SAVE that info on the form. It will be used and then cleared later.

I tried creating bound tables & forms but they don't do what I need. Need the input text to remain there for use the next time that Access is opened.
Mar 2 '11 #1
6 1643
gershwyn
122 100+
Can you elaborate on what bound forms do not do, that you need them to? The simple answer to your question of how to make data persist in a form is, quite frankly, to make it bound.

It's possible to go the unbound route, but I strongly suspect it would be less cumbersome to use bound fields with some supporting code to accomplish what you're looking for than throw the whole thing out and reinvent the wheel. Either way, I don't really have enough information to provide any help.
Mar 2 '11 #2
TheSmileyCoder
2,322 Expert Mod 2GB
From what I can guess from your post, you should be able to use a bound form, and simply set its properties to only allow the creation of new records. Set the forms DataEntry property=True to achieve that.
Mar 2 '11 #3
Bound to what??

How it works is that Access is called from another program. A "header" is presented to the user in which he/she enters some basic information.

A report has text boxes that call the data from user entry on the "header" form.

But I want Access to open, have the user enter the needed data, and then EXIT. But still retain the user entered data on the "header" form.

I'm not an expert with this so I am using simple "build event" picks from lists of commands. VBA for Access is not my forte'.
Mar 2 '11 #4
TheSmileyCoder
2,322 Expert Mod 2GB
A form bound to a table. I still fail to see why a table cannot be used to store your information.
Mar 2 '11 #5
i tried creating just that using the wizards. But the data does get transferred to the table. I wish that I knew more about how it works. But unfortunately I don't.

If I create a table and save it. then create the a form and select all fields from the table etc, why does the user-entered data not get transferred to the fields in the new table?? Do a macro on top of all that??
Mar 2 '11 #6
TheSmileyCoder
2,322 Expert Mod 2GB
If you have created your form correctly the information does get stored in the table. I suggest you read up on some basic access tutorials, before you start to even consider moving on to macros.
Mar 2 '11 #7

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

Similar topics

1
by: DC_DBA | last post by:
I want to 'grant sysdba to a user' for an application. (At least that is what I believe so far after having had this problem dumped on me 2 days ago.) The support we get from the application vendor...
3
by: siliconmike | last post by:
On my FreeBSD system, apache would run under user: www Apache would run php script which would accesses mysql as user: xyz, passwd: pqr Mysql server would itself run with --user=mysql command line...
2
by: Sandman | last post by:
Just looking for suggestion on how to do this in my Web application. The goal is to keep track of what a user has and hasn't read and present him or her with new material I am currently doing...
5
by: vincent | last post by:
Hi, If i login to the site again (may be in the same pc or different pc), system must allow me in and end my previous session. How do i go about doing this? This is to ensure that an user...
1
by: Shourie | last post by:
I've noticed that none of the child controls events are firing for the first time from the dynamic user control. Here is the event cycle. 1) MainPage_load 2) User control1_Load user clicks a...
3
by: Jiho Han | last post by:
Should ASPNET user belong to the local Users group? I may have made some changes that affected my workstation setup and I am experiencing some unexpected behaviors. For example, I have my IIS...
1
by: Robert Howells | last post by:
Perhaps I'm just too new at this to pull it off, or perhaps it's just bad architecture. I'd appreciate some feedback on the the wisdom (or lack thereof) in attempting the following: I'm not new...
8
by: Razak | last post by:
Hi, I have a class which basically do Impersonation in my web application. From MS KB sample:- ++++++++++++++++++++code starts Dim impersonationContext As...
4
by: Guadala Harry | last post by:
Is there any way for one Session to remove and update objects in another Session? I seriously doubt it, but thought I'd ask. Here's why: I have some data that is unique per user (or per session -...
17
by: Alphonse Giambrone | last post by:
I am building a web app for users to add/edit data. They may add/edit several records during a session. When they are done (not necessarily immediately, could be 10 or more minutes later), I need...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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...
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
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
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
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.