Wussell said:
I apologise for not adhering to convention, be gentle with me this is
my first time.
My job requires me to make entries into an Access database form, many
of which are repititive.
I have tried using the clipboard in Word and copying across but
unfortunately its an old version and the clipboard will onlt take one
item. Is there a way I can have the entries held in memory so that I
can input with a keystroke.
Regards,
Russell
No problem.
I am still not 100% sure I understand your whole problem, but I can make
a guess or two.
First thing that is likely to help is the Control " ' " key. That is
holding down the Control key while you press the single quote key. That
copies the data from the prior record so if you are entering a list of
records and three of the fields tend to repeat, you can use this to fill in
those three fields (one at a time) with the data from the prior record.
There are third party add on's that can extend the Window's clipboard
feature to allow a number of clips.
Now I will make one other suggestions. If there is a lot of repeated
information, especially if it is repeating information in more than one
field, you may be the victim of a poorly designed table. It may help in
this and other issues to split the table. This is a design change to the
database and should not be attempted until you know what you are doing, but
it can be very helpful. The procedure is call normalization and information
is available in the Access help file.