I have a database, which holds information about different machine models. To save time in data input I wish to have fixed (known) data inserted into certain fields depending on which Model is typed into the model field. I have tried this using Tcursor but this only works for the first occurrence of a particular model and then resets itself each time with the command to open the Tcursor. I need to have this carried out on the active record/model field. Any ideas?