i have a pair of fields that occur on all tables in my database. the values they would contain would be constant across records in each table and across all tables in the database. to get 'round having the user fill in that redundant data, i thought i'd have a look-up list (combo box) attached to each of the two fields but the user would still have to click on the drop down arrow to select the value. since one of the two fields can have up to 255 characters and spaces of textual information, i'd prefer not to have to manually type in this data as the default for each of the tables. what i had in mind was somehow entering the text into its look-up table once and referencing that particular value in some 'easy' way in the 'default value' property row in each table.