PC Review


Reply
Thread Tools Rate Thread

Access Book Collection Database Question

 
 
=?Utf-8?B?c2Ft?=
Guest
Posts: n/a
 
      29th Oct 2007
I have downloaded the book collection database but i would like to alter it a
little.

When i am entering the details of book on the second box down you can click
on the box and enter the books topic IE crime, romance, thriller and so onand
then when you enter the next book you have only to enter the first letter and
it is entered automaticly.

My question is how do i copy this feature as i would like to have another so
i can easley enter where i got the books from without having to type all the
infomation in.

Hope someone can help please
 
Reply With Quote
 
 
 
 
Arvin Meyer [MVP]
Guest
Posts: n/a
 
      29th Oct 2007
The feature is called Auto Expand and it is the default property of a
combobox. You find it on the Data tab of the property sheet for the
combobox.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com

"sam" <(E-Mail Removed)> wrote in message
news:68395FBB-2DA3-4472-B635-(E-Mail Removed)...
>I have downloaded the book collection database but i would like to alter it
>a
> little.
>
> When i am entering the details of book on the second box down you can
> click
> on the box and enter the books topic IE crime, romance, thriller and so
> onand
> then when you enter the next book you have only to enter the first letter
> and
> it is entered automaticly.
>
> My question is how do i copy this feature as i would like to have another
> so
> i can easley enter where i got the books from without having to type all
> the
> infomation in.
>
> Hope someone can help please



 
Reply With Quote
 
Larry Daugherty
Guest
Posts: n/a
 
      29th Oct 2007
One of the uses of the templates is to download them and then become
familiar with them and then to bring up various objects of interest,
change to design mode and trace your way around the things of
interest.

If you have never read a book or taken a few tutorials on Access then
you're going to find the learning curve using that approach to be very
steep.

HTH
--
-Larry-
--

"sam" <(E-Mail Removed)> wrote in message
news:68395FBB-2DA3-4472-B635-(E-Mail Removed)...
> I have downloaded the book collection database but i would like to

alter it a
> little.
>
> When i am entering the details of book on the second box down you

can click
> on the box and enter the books topic IE crime, romance, thriller and

so onand
> then when you enter the next book you have only to enter the first

letter and
> it is entered automaticly.
>
> My question is how do i copy this feature as i would like to have

another so
> i can easley enter where i got the books from without having to type

all the
> infomation in.
>
> Hope someone can help please



 
Reply With Quote
 
=?Utf-8?B?c2Ft?=
Guest
Posts: n/a
 
      29th Oct 2007
Thanks guys i will have a look at the auto expand property

"sam" wrote:

> I have downloaded the book collection database but i would like to alter it a
> little.
>
> When i am entering the details of book on the second box down you can click
> on the box and enter the books topic IE crime, romance, thriller and so onand
> then when you enter the next book you have only to enter the first letter and
> it is entered automaticly.
>
> My question is how do i copy this feature as i would like to have another so
> i can easley enter where i got the books from without having to type all the
> infomation in.
>
> Hope someone can help please

 
Reply With Quote
 
=?Utf-8?B?c2Ft?=
Guest
Posts: n/a
 
      29th Oct 2007
Hi guys i have had a look at the above surgestion and i am still unable to
get it to work. i can copy the item but it will not auto expand when i click
on it i can select the items that are already there but i am unable to add to
the list. i have sreated a new coloumn in the datasbase table but i cannot
link the new combibox the the table

anybody got any ideas i is this a step to far for a relitive novice

regards

"sam" wrote:

> Thanks guys i will have a look at the auto expand property
>
> "sam" wrote:
>
> > I have downloaded the book collection database but i would like to alter it a
> > little.
> >
> > When i am entering the details of book on the second box down you can click
> > on the box and enter the books topic IE crime, romance, thriller and so onand
> > then when you enter the next book you have only to enter the first letter and
> > it is entered automaticly.
> >
> > My question is how do i copy this feature as i would like to have another so
> > i can easley enter where i got the books from without having to type all the
> > infomation in.
> >
> > Hope someone can help please

 
Reply With Quote
 
Larry Daugherty
Guest
Posts: n/a
 
      29th Oct 2007
Autoexpand is not something that happens when a control is clicked.
It is a property that you can set on a combobox in design mode. With
Autoexpand turned on then back in run mode, starting to type a entry
into the combobox will cause it to try to find the first occurrence of
an item beginning with the letters you have typed.

Your coverage of the ground will be accelerated by getting a good
beginning book on Access.

I also recommend lurking

microsoft.public.access.gettingstarted
microsoft.public.access.tablesdesign

www.mvps.org/access

HTH
--
-Larry-
--

"sam" <(E-Mail Removed)> wrote in message
news:8278FA9A-42E4-4342-9CBA-(E-Mail Removed)...
> Hi guys i have had a look at the above surgestion and i am still

unable to
> get it to work. i can copy the item but it will not auto expand when

i click
> on it i can select the items that are already there but i am unable

to add to
> the list. i have sreated a new coloumn in the datasbase table but i

cannot
> link the new combibox the the table
>
> anybody got any ideas i is this a step to far for a relitive novice
>
> regards
>
> "sam" wrote:
>
> > Thanks guys i will have a look at the auto expand property
> >
> > "sam" wrote:
> >
> > > I have downloaded the book collection database but i would like

to alter it a
> > > little.
> > >
> > > When i am entering the details of book on the second box down

you can click
> > > on the box and enter the books topic IE crime, romance, thriller

and so onand
> > > then when you enter the next book you have only to enter the

first letter and
> > > it is entered automaticly.
> > >
> > > My question is how do i copy this feature as i would like to

have another so
> > > i can easley enter where i got the books from without having to

type all the
> > > infomation in.
> > >
> > > Hope someone can help please



 
Reply With Quote
 
=?Utf-8?B?c2Ft?=
Guest
Posts: n/a
 
      30th Oct 2007
Thanks for the tip i will not give up i will master this project. Thank you
for your help

"Larry Daugherty" wrote:

> Autoexpand is not something that happens when a control is clicked.
> It is a property that you can set on a combobox in design mode. With
> Autoexpand turned on then back in run mode, starting to type a entry
> into the combobox will cause it to try to find the first occurrence of
> an item beginning with the letters you have typed.
>
> Your coverage of the ground will be accelerated by getting a good
> beginning book on Access.
>
> I also recommend lurking
>
> microsoft.public.access.gettingstarted
> microsoft.public.access.tablesdesign
>
> www.mvps.org/access
>
> HTH
> --
> -Larry-
> --
>
> "sam" <(E-Mail Removed)> wrote in message
> news:8278FA9A-42E4-4342-9CBA-(E-Mail Removed)...
> > Hi guys i have had a look at the above surgestion and i am still

> unable to
> > get it to work. i can copy the item but it will not auto expand when

> i click
> > on it i can select the items that are already there but i am unable

> to add to
> > the list. i have sreated a new coloumn in the datasbase table but i

> cannot
> > link the new combibox the the table
> >
> > anybody got any ideas i is this a step to far for a relitive novice
> >
> > regards
> >
> > "sam" wrote:
> >
> > > Thanks guys i will have a look at the auto expand property
> > >
> > > "sam" wrote:
> > >
> > > > I have downloaded the book collection database but i would like

> to alter it a
> > > > little.
> > > >
> > > > When i am entering the details of book on the second box down

> you can click
> > > > on the box and enter the books topic IE crime, romance, thriller

> and so onand
> > > > then when you enter the next book you have only to enter the

> first letter and
> > > > it is entered automaticly.
> > > >
> > > > My question is how do i copy this feature as i would like to

> have another so
> > > > i can easley enter where i got the books from without having to

> type all the
> > > > infomation in.
> > > >
> > > > Hope someone can help please

>
>
>

 
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
Access Book collection Database =?Utf-8?B?c2Ft?= Microsoft Access 3 3rd Nov 2007 12:38 PM
Book Collection Database =?Utf-8?B?TGFwdG9wIERhdmU=?= Microsoft Access 1 26th Sep 2007 11:33 AM
Is there a template that will create a database of my book collection? slipandfall Microsoft Access Getting Started 3 8th Mar 2006 10:48 AM
I want to use excel to keep track of my book collection, but I have a question... slipandfall Microsoft Excel Discussion 2 8th Mar 2006 02:28 AM
Is there an Access template that will help me with inventory control for my book collection? slipandfall Microsoft Access Forms 1 6th Mar 2006 04:41 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:09 PM.