N neous Registered User. Local time Today, 16:32 Joined Jul 13, 2005 Messages 17 Aug 24, 2005 #1 i'm creating a table and would like to have a list of items to chosefrom in a cell to keep from having to type an answer. e.g countries , or Prefix thank you
i'm creating a table and would like to have a list of items to chosefrom in a cell to keep from having to type an answer. e.g countries , or Prefix thank you
ColinEssex Old registered user Local time Today, 21:32 Joined Feb 22, 2002 Messages 9,452 Aug 24, 2005 #2 Create a table of the list then on the form create a ComboBox (with the wizard) and reference the list table. Set the properties to your preference (limit to list etc) Col
Create a table of the list then on the form create a ComboBox (with the wizard) and reference the list table. Set the properties to your preference (limit to list etc) Col
N neous Registered User. Local time Today, 16:32 Joined Jul 13, 2005 Messages 17 Aug 24, 2005 #3 thank you very much