I have a database that tracks several different types of activity for an outside sales force. I have a table named "tblMasterBrokers" In this table we have the broker names and a brokerID (a 6 digit number that we use to identify the broker)
In the associated tables where I track the activity (sales for example) should I use the brokername or the broker?
I am guessing that I should probably use the broker number? If that is correct, on the data entry form to enter the activity, how could I show the master broker name but have the broker number entered in the field?
In the associated tables where I track the activity (sales for example) should I use the brokername or the broker?
I am guessing that I should probably use the broker number? If that is correct, on the data entry form to enter the activity, how could I show the master broker name but have the broker number entered in the field?