PC Review


Reply
Thread Tools Rate Thread

Auto fill from existing data

 
 
=?Utf-8?B?ZHNpbXBraW5z?=
Guest
Posts: n/a
 
      5th Sep 2006
Is it possible to get the field in a database table to auto fill - similar to
excel - when your using the same information later. ie I have a sale to
xyz corporation for PO # 123-DEF on 8-20-06 and on 9-1-06 I have another sale
to xyz corporation for PO # 123-DEF (different product, & amount). Can you
get Access to autofill the customer and PO info without setting a new
relationship to another table?
--
dsimpkins
 
Reply With Quote
 
 
 
 
=?Utf-8?B?QmFycnkgR2lsYmVydA==?=
Guest
Posts: n/a
 
      5th Sep 2006
It can be done, but not without a bunch of code. It depends on how
comfortable/adventurous you are with code.

Barry

"dsimpkins" wrote:

> Is it possible to get the field in a database table to auto fill - similar to
> excel - when your using the same information later. ie I have a sale to
> xyz corporation for PO # 123-DEF on 8-20-06 and on 9-1-06 I have another sale
> to xyz corporation for PO # 123-DEF (different product, & amount). Can you
> get Access to autofill the customer and PO info without setting a new
> relationship to another table?
> --
> dsimpkins

 
Reply With Quote
 
=?Utf-8?B?ZHNpbXBraW5z?=
Guest
Posts: n/a
 
      6th Sep 2006
Considering I'm a novice - coding isn't really my expertise, however, how
does anybody learn but by doing it. I'll take any help on this I can get.
As long as I can get an explanation of what goes where and how it works I do
ok.
Thanks

--
dsimpkins


"Barry Gilbert" wrote:

> It can be done, but not without a bunch of code. It depends on how
> comfortable/adventurous you are with code.
>
> Barry
>
> "dsimpkins" wrote:
>
> > Is it possible to get the field in a database table to auto fill - similar to
> > excel - when your using the same information later. ie I have a sale to
> > xyz corporation for PO # 123-DEF on 8-20-06 and on 9-1-06 I have another sale
> > to xyz corporation for PO # 123-DEF (different product, & amount). Can you
> > get Access to autofill the customer and PO info without setting a new
> > relationship to another table?
> > --
> > dsimpkins

 
Reply With Quote
 
=?Utf-8?B?QmFycnkgR2lsYmVydA==?=
Guest
Posts: n/a
 
      6th Sep 2006
Actually, I mis-spoke. It might be simpler.
If you are just using a table, not entering data through a form, you can use
each column's lookup functionality to do this. For example, in the design of
your table, put your cursor on the Vendor column. Go to the Lookup tab and
change Display Control to "combobox". In the rowsource property, click the
elipsis(...) to the right and build a query that reads the Vendor column from
the same table. Make sure the Limit To List property at the bottom says No.

Now when you look at the table in datasheet view, you can select a value
from that column or it will auto-fill based on values previously entered in
the column.

Barry

"dsimpkins" wrote:

> Considering I'm a novice - coding isn't really my expertise, however, how
> does anybody learn but by doing it. I'll take any help on this I can get.
> As long as I can get an explanation of what goes where and how it works I do
> ok.
> Thanks
>
> --
> dsimpkins
>
>
> "Barry Gilbert" wrote:
>
> > It can be done, but not without a bunch of code. It depends on how
> > comfortable/adventurous you are with code.
> >
> > Barry
> >
> > "dsimpkins" wrote:
> >
> > > Is it possible to get the field in a database table to auto fill - similar to
> > > excel - when your using the same information later. ie I have a sale to
> > > xyz corporation for PO # 123-DEF on 8-20-06 and on 9-1-06 I have another sale
> > > to xyz corporation for PO # 123-DEF (different product, & amount). Can you
> > > get Access to autofill the customer and PO info without setting a new
> > > relationship to another table?
> > > --
> > > dsimpkins

 
Reply With Quote
 
=?Utf-8?B?ZHNpbXBraW5z?=
Guest
Posts: n/a
 
      6th Sep 2006
THANKS It Works Great!

--
dsimpkins


"Barry Gilbert" wrote:

> Actually, I mis-spoke. It might be simpler.
> If you are just using a table, not entering data through a form, you can use
> each column's lookup functionality to do this. For example, in the design of
> your table, put your cursor on the Vendor column. Go to the Lookup tab and
> change Display Control to "combobox". In the rowsource property, click the
> elipsis(...) to the right and build a query that reads the Vendor column from
> the same table. Make sure the Limit To List property at the bottom says No.
>
> Now when you look at the table in datasheet view, you can select a value
> from that column or it will auto-fill based on values previously entered in
> the column.
>
> Barry
>
> "dsimpkins" wrote:
>
> > Considering I'm a novice - coding isn't really my expertise, however, how
> > does anybody learn but by doing it. I'll take any help on this I can get.
> > As long as I can get an explanation of what goes where and how it works I do
> > ok.
> > Thanks
> >
> > --
> > dsimpkins
> >
> >
> > "Barry Gilbert" wrote:
> >
> > > It can be done, but not without a bunch of code. It depends on how
> > > comfortable/adventurous you are with code.
> > >
> > > Barry
> > >
> > > "dsimpkins" wrote:
> > >
> > > > Is it possible to get the field in a database table to auto fill - similar to
> > > > excel - when your using the same information later. ie I have a sale to
> > > > xyz corporation for PO # 123-DEF on 8-20-06 and on 9-1-06 I have another sale
> > > > to xyz corporation for PO # 123-DEF (different product, & amount). Can you
> > > > get Access to autofill the customer and PO info without setting a new
> > > > relationship to another table?
> > > > --
> > > > dsimpkins

 
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
Auto fill existing record, allow new entry Jason Microsoft Access Forms 6 18th Dec 2008 10:29 AM
How do I use auto fill to add information from an existing source? Jamie Thompson Microsoft Excel New Users 1 8th Dec 2008 10:39 PM
Zero-fill existing data =?Utf-8?B?SmltTXVycmF5?= Microsoft Access 4 3rd Jul 2006 09:58 PM
How do I use existing data from a worksheet to auto fill a second =?Utf-8?B?bWFj?= Microsoft Excel Programming 0 26th Oct 2005 10:15 PM
How do I auto fill from a existing calcuations =?Utf-8?B?Y2hhcmxpZQ==?= Microsoft Access 1 19th Oct 2005 08:23 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:02 PM.