How do you handle situations where you have a foreign key in your table, something like a customer type where you want to display the description of the customer type, not the type code? I know you can edit the select statement and use a where condition and not a join to include the text, but is this the best way? It is my understanding that I cannot use a join and still be able to use the generated update command. Some of my tables have several foreign keys of this nature and some of them can be null. Do I have to use different select statements for each of these fields to display the related text or information on my detail record forms? I must be missing something basic here.
Auguy
Sylvania/Toledo Ohio
Auguy
Sylvania/Toledo Ohio