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

Repeat (Repetitive) Information Entry Through Access Form.

19
Hi,

I'm looking for advice on the best way to set up a new database considering the following:

I want to use one form to enter 4 fields
9 out of ten times the information in those fields will be the same.
For the 9 out of ten times the information is the same I only want the user to have to click the command button to enter the new information.
On the 10th time I expect the user to select the alternative information from a combo or text box located on the form.

I've tried preparing a table, linking each field to a bound combo/text box on the form however this leads to issues when I simply try to enter the 9 out of ten pieces of information (the system appears to need to be update once before it recognizes and allows a save to the table, this eliminates my ability to meet the one click information enter requirement!!).

Any alternative ideas/methods for me to try out over the weekend?

I understand my description is vague however I'm find I understand it better if I'm point in the right direction and then allowed to follow the path myself :)

Thanks in advance,
Peader
Nov 8 '07 #1
3 2461
Rabbit
12,516 Expert Mod 8TB
So... can't you use the default value property?
Nov 8 '07 #2
Peader
19
Hi Rabbit

While 9 out of the 10 times it will be the same. The value will change from time to time (its a part number and we develop new parts monthly). You could say 90% of what we sell is the same however this 90% changes depending on the season.

I've tried to set the default value however I run into problems (I can't confirm exactly why however I suspect its because I use a bound text box), I need to reselect the text box between every command button click.

I'm now looking into trying to set the text button to autofill on the previously selected item if left blank. In theory this should allow me to select once and on consecutive click it should autofill!! Well thats the plan....

As always your advise is very much appreciated, I'm not a programmer so your experience is invaluable to me.

Regards,
Peter
Nov 9 '07 #3
Rabbit
12,516 Expert Mod 8TB
Well, for the default value to work properly, the textbox has to be bound so that's not the problem. The default value fills in whenever you are on a new record.

What is it that your command button does?
Nov 9 '07 #4

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

Similar topics

2
by: Iain Miller | last post by:
Struggling a bit here & would be grateful for any help. I have a table which has a list of people in it. Each person has a unique ID automatically allocated by Access but also belongs to one of 5...
2
by: David Neagle | last post by:
I have several fields on a form that may need to carry over the data from the previous entry. At the moment I have SendKeys "^"(')",True in a function. This function is then called in the various...
2
by: L Mehl | last post by:
Hello -- A form adds records for an account and an entry date pre-selected by the user. I use the Load event to get those 2 fields to appear in the form when it is first displayed. Problem...
2
by: filbennett | last post by:
Hi Everyone, I'm generally unfamiliar with Access form design, but have programmed Cold Fusion applications for a couple of years. I'd like to build a data entry form in Access that allows the...
6
by: Simon Gare | last post by:
Hi I have a booking page that the user enters 2 addresses date and time etc what I need is the option for the user to select multiple date entries for the same journey or maybe multiple days ie...
2
by: whitc26 | last post by:
Let me preface: I'm a novice, and have no programming experience. I have created an access database and have a few tables in it. I have created a form called "clients" This form opens up and...
5
by: Sherry | last post by:
Is there a way to automatically, or by using say a function key, call/paste into a current table or query's field the same value entered for the same field in the immediately preceeding record,...
98
by: tjb | last post by:
I often see code like this: /// <summary> /// Removes a node. /// </summary> /// <param name="node">The node to remove.</param> public void RemoveNode(Node node) { <...> }
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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
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...

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.