PC Review


Reply
Thread Tools Rate Thread

autofill option

 
 
Guest
Posts: n/a
 
      6th Dec 2006
Is there a way to have an autofill option?
if I enter data in 1 field can it cross reference previous database entries
and autofill the other predefined fields?

Thank you
Andrew

 
Reply With Quote
 
 
 
 
BruceM
Guest
Posts: n/a
 
      6th Dec 2006
Probably, but some more details are probably needed. You can select an
entry from a combo box (a customer, for instance), then fill in the address
information automatically based on that selection. One way to do that is to
include the Customer table in the form's Record Source query. When you
select a customer from the combo box (in most cases you would see the
customer name, while the customer ID is the bound field), the fields that
are bound to CustomerAddress etc. will appear in the appropriate text boxes.
Since I don't know just what you need to accomplish, and therefore whether
this is anything like what you seek, I won't get into any more details just
yet.

<(E-Mail Removed)> wrote in message
news:200105B1-DEC7-4E79-80CF-(E-Mail Removed)...
> Is there a way to have an autofill option?
> if I enter data in 1 field can it cross reference previous database
> entries and autofill the other predefined fields?
>
> Thank you
> Andrew



 
Reply With Quote
 
Joseph Meehan
Guest
Posts: n/a
 
      6th Dec 2006
(E-Mail Removed) wrote:
> Is there a way to have an autofill option?
> if I enter data in 1 field can it cross reference previous database
> entries and autofill the other predefined fields?
>
> Thank you
> Andrew


It is difficult to tell exactly what you want to do. It should be
possible, but it may be undesirable.

If you are filling in data based on a formula and then saving it, you
are saving redundant data. Normally you would not save that data, but
retrieve or re-compute it any time you needed it. Access usually will work
faster and more reliably when you don't store redundant data.


--
Joseph Meehan

Dia 's Muire duit



 
Reply With Quote
 
Guest
Posts: n/a
 
      7th Dec 2006
Ultimately I would like to put in the loan officers name and the phone, city
state and log in id auto fill the rest of the form so I don't have to type
it each time.
the interface we use is a basic access name, log in id, phone, city, state
fields, type of problem text box--resolution text box and a few buttons to
start new call, close this call--

"Joseph Meehan" <(E-Mail Removed)> wrote in message
news:0bBdh.2276$(E-Mail Removed)...
> (E-Mail Removed) wrote:
>> Is there a way to have an autofill option?
>> if I enter data in 1 field can it cross reference previous database
>> entries and autofill the other predefined fields?
>>
>> Thank you
>> Andrew

>
> It is difficult to tell exactly what you want to do. It should be
> possible, but it may be undesirable.
>
> If you are filling in data based on a formula and then saving it, you
> are saving redundant data. Normally you would not save that data, but
> retrieve or re-compute it any time you needed it. Access usually will
> work faster and more reliably when you don't store redundant data.
>
>
> --
> Joseph Meehan
>
> Dia 's Muire duit
>
>
>

 
Reply With Quote
 
Joseph Meehan
Guest
Posts: n/a
 
      7th Dec 2006
(E-Mail Removed) wrote:
> Ultimately I would like to put in the loan officers name and the
> phone, city state and log in id auto fill the rest of the form so I
> don't have to type it each time.
> the interface we use is a basic access name, log in id, phone, city,
> state fields, type of problem text box--resolution text box and a few
> buttons to start new call, close this call--


I doubt if you want to store this data with each record. What you do is
have a separate table with that information. When you input the loan
officer's ID (name, number or whatever) a link to a loanofficer table
retrieves that data to display it on the form, but should not store it
anywhere else.

Consider that if you store the data in each record and then if the data
changes, for example a new telephone number or address, then you may need to
edit hundreds or thousands of records to get them all updated. With a
linked (parent-child) table, you make one change and everything is changed.

Take a look at the Northwind sample database. It has examples of parent
child tables and relationships.

>
> "Joseph Meehan" <(E-Mail Removed)> wrote in message
> news:0bBdh.2276$(E-Mail Removed)...
>> (E-Mail Removed) wrote:
>>> Is there a way to have an autofill option?
>>> if I enter data in 1 field can it cross reference previous database
>>> entries and autofill the other predefined fields?
>>>
>>> Thank you
>>> Andrew

>>
>> It is difficult to tell exactly what you want to do. It should be
>> possible, but it may be undesirable.
>>
>> If you are filling in data based on a formula and then saving it,
>> you are saving redundant data. Normally you would not save that
>> data, but retrieve or re-compute it any time you needed it. Access
>> usually will work faster and more reliably when you don't store
>> redundant data. --
>> Joseph Meehan
>>
>> Dia 's Muire duit


--
Joseph Meehan

Dia 's Muire duit



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
RE: AutoFill Option Button Loris Microsoft Excel Misc 1 30th Mar 2010 07:44 PM
Option Group Autofill Robbie Doo Microsoft Access Forms 5 4th Sep 2008 12:34 AM
autofill combo if only one option Adam Microsoft Access Form Coding 7 15th Jul 2008 03:08 AM
Autofill option Prasad Microsoft Outlook Contacts 1 15th May 2008 10:57 PM
Autofill option =?Utf-8?B?dHJzdGJtYms=?= Microsoft Access Forms 0 18th Feb 2004 03:51 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:13 AM.