When creating a new record using a Form, is it necessary to use the Foreign Keys which relate to Primary Keys in other tables, or is it possible to have the form understand that Subject A has an ID of 1 and automatically change the text to a number?
For example, if a table is designed so that it lists clients, and then is related to a brokers table by the BrokerID field, would it be possible to tell the form that you want Broker A added with the new record, and the form automatically interprets that as being BrokerID 1?
Thank you for any and all help!
For example, if a table is designed so that it lists clients, and then is related to a brokers table by the BrokerID field, would it be possible to tell the form that you want Broker A added with the new record, and the form automatically interprets that as being BrokerID 1?
Thank you for any and all help!