LoneReaper
Registered User.
- Local time
- Today, 06:35
- Joined
- Feb 14, 2004
- Messages
- 11
i have a simple db that i am using for data entry i have a table that lists the product sku, book isbn, book condition, and notes.
the book condition field looks at another table that has like 5 records to choose from
1 Used Like New
2 Used Very Good etc...
when i am in the field i just type 2 and it selects the second option and enters the text
"2 Used Very Good"
into the field. My Notes field does not start off with numbers, it has a key field though.
Here is the question. How can i get the notes field so that i type "in a number like 2", it opens a drop down list that shows some options like
"Book is in New Conditon with minimal wear"
"Book is in New Condition with some highlighting"
and picks the corresponding option in the list, and fills in the notes field with "Book is in New Condition with some highlighting"
the book condition field looks at another table that has like 5 records to choose from
1 Used Like New
2 Used Very Good etc...
when i am in the field i just type 2 and it selects the second option and enters the text
"2 Used Very Good"
into the field. My Notes field does not start off with numbers, it has a key field though.
Here is the question. How can i get the notes field so that i type "in a number like 2", it opens a drop down list that shows some options like
"Book is in New Conditon with minimal wear"
"Book is in New Condition with some highlighting"
and picks the corresponding option in the list, and fills in the notes field with "Book is in New Condition with some highlighting"