R
Rick B
How do you have Access repeat an entry in a cell that was made in a previous
record. In other words, as I type, I want it to auto-fill if it finds a
match from a previous record, just like in Excel.
More details...
I have a table (tblCustomerContact), a form (frmMailings), and three fields
(MailSubject, MailFrntTemp, and MailBckTemp). There are other fields
involved, but they do not relate to this issue.
In the [MailSubject] field I will type something like...
"Initial postcard/Introduction"
In the [MailFrntTemp] field I will type something like...
"postF001"
In the [MailBckTemp] field I will type something like...
"postB005"
Let's say that I send this identical combination of postcard to ten people
in my database. Afer I update person one, and locate person two, I will tab
to the [MailSubject] field. as I make my entry, I want the field to
auto-fill. For example, after I type "I" it would fill in with the rest of
the text if that is the only [MailSubject] entry anywhere in my table that
starts with the letter "I".
Hope that is clear,
Rick B
record. In other words, as I type, I want it to auto-fill if it finds a
match from a previous record, just like in Excel.
More details...
I have a table (tblCustomerContact), a form (frmMailings), and three fields
(MailSubject, MailFrntTemp, and MailBckTemp). There are other fields
involved, but they do not relate to this issue.
In the [MailSubject] field I will type something like...
"Initial postcard/Introduction"
In the [MailFrntTemp] field I will type something like...
"postF001"
In the [MailBckTemp] field I will type something like...
"postB005"
Let's say that I send this identical combination of postcard to ten people
in my database. Afer I update person one, and locate person two, I will tab
to the [MailSubject] field. as I make my entry, I want the field to
auto-fill. For example, after I type "I" it would fill in with the rest of
the text if that is the only [MailSubject] entry anywhere in my table that
starts with the letter "I".
Hope that is clear,
Rick B