C
ctellis1
Guest
I know this probably is a very basic question--apologies, I'm trying to become "self taught" as much as possible and haven't seen this topic in any of the resources I've found so far. Any help will be very appreciated.
Is it possible to have data from one table in a database automatically populate a form linked to another table in the same database?
To explain: I have created a table and form that tracks each time a reporter calls our company with a question. One reporter may call an infinite number of times, and each entry is assigned an auto ID for tracking.
I also have created a second table for a "press list" of reporters when we need to contact them. (A reporter would only appear once in this list.)
Here's what I want to do: when a new call comes in, I'd like to start typing the reporter's name in the "inquiry" form and, if there is a match to the press list, have that reporter's contact information populate automatically on the inquiry form.
Hope that makes some sense. Again, any help is appreciated. Thanks in advance!
ctellis1@aol.com
Is it possible to have data from one table in a database automatically populate a form linked to another table in the same database?
To explain: I have created a table and form that tracks each time a reporter calls our company with a question. One reporter may call an infinite number of times, and each entry is assigned an auto ID for tracking.
I also have created a second table for a "press list" of reporters when we need to contact them. (A reporter would only appear once in this list.)
Here's what I want to do: when a new call comes in, I'd like to start typing the reporter's name in the "inquiry" form and, if there is a match to the press list, have that reporter's contact information populate automatically on the inquiry form.
Hope that makes some sense. Again, any help is appreciated. Thanks in advance!
ctellis1@aol.com