Try typing Control + Quote. That should copy the data from the previous record
into the current record IF there are multiple records in the recordset.
As mentioned elsewhere in this thread, you probably need to look at redesigning
this database to make it more efficient, but ...
Donald wrote:
>
> "John Vinson" wrote:
>
> > On Mon, 1 May 2006 09:43:02 -0700, Donald
> > <(E-Mail Removed)> wrote:
> >
> > >I'm working on an address database and some of the addresses and company
> > >names are the same. What can I do to avoid typing the same words over and
> > >over?(auto fill when I type the first couple of letters)
> > >
> > >Thank You
> >
> > Use a Combo Box on the Form you're using to enter the data.
> >
> > As requested - a bit more information about your database structure
> > would help us provide better answers.
> >
> > John W. Vinson[MVP]
> >
>
> It's a basic data base for mail merge, consisting of name, company, address,
> city, state and zip. For example in the company column I type Hunter's Realty
> and in the next row same column I want the same entry. This maybe typed 7-8
> times and then the company name will change
|