Hi, I'll give you a little background info before I ask my question:
I have a table called "Company" with the following feilds:
Company_ID (PK), Ticker (Indexed, Unique), Company Name
I have (or at least want) a single record access form, and now for the problem:
I would like someone to be able to type a ticker into the ticker feild, and have it search for an existing feild with that ticker (it would automatically populate company name with the correct value). Now, if the ticker doesn't exist, I would like it to bring up a new record form so the user can type in that information. I know I've seen something like this before, but its been a while since I've used access, so I'm still kinda brushing up on this stuff. Can anyone help me out here? Thanks!
I have a table called "Company" with the following feilds:
Company_ID (PK), Ticker (Indexed, Unique), Company Name
I have (or at least want) a single record access form, and now for the problem:
I would like someone to be able to type a ticker into the ticker feild, and have it search for an existing feild with that ticker (it would automatically populate company name with the correct value). Now, if the ticker doesn't exist, I would like it to bring up a new record form so the user can type in that information. I know I've seen something like this before, but its been a while since I've used access, so I'm still kinda brushing up on this stuff. Can anyone help me out here? Thanks!