hello everyone,
i have a quick question. i'm working with a relational dbase where my primary key for my main table (ReqSource) is based on 2 fields: ReqID and ESourceID. each of those fields are primary keys (child fields?) to 2 other tables which form a relationship with my main table. when i create a new record in my main table i have to fill in the ReqID which is of numeric data type and isn't meaningful to the user. essentially i have to fill in a "5" which corresponds to "annual tune-up" which is the actual information i'm trying to enter. it becomes very tedious to have to go back to the ReqID table to find the ReqID number each time i want to enter a new record in my main table (ReqSource). what i would like to do is have a lookup field for my ReqID field in my ReqSource table which allows the user to directly select "annual tune-up" instead of having to enter the number value "5". so the table would still store the value "5" but would display "annual tune-up". can someone help me with this? many thanks for any suggestions and help.
i have a quick question. i'm working with a relational dbase where my primary key for my main table (ReqSource) is based on 2 fields: ReqID and ESourceID. each of those fields are primary keys (child fields?) to 2 other tables which form a relationship with my main table. when i create a new record in my main table i have to fill in the ReqID which is of numeric data type and isn't meaningful to the user. essentially i have to fill in a "5" which corresponds to "annual tune-up" which is the actual information i'm trying to enter. it becomes very tedious to have to go back to the ReqID table to find the ReqID number each time i want to enter a new record in my main table (ReqSource). what i would like to do is have a lookup field for my ReqID field in my ReqSource table which allows the user to directly select "annual tune-up" instead of having to enter the number value "5". so the table would still store the value "5" but would display "annual tune-up". can someone help me with this? many thanks for any suggestions and help.