G Guest Oct 15, 2006 #1 I want to create table and put put "A" in a field for all records. Please help me Have a nice day
D David F Cox Oct 15, 2006 #2 Define a field as Text, set its length to 1, or as long as the text it will contain, and set its default value to "A"
Define a field as Text, set its length to 1, or as long as the text it will contain, and set its default value to "A"
G Guest Oct 15, 2006 #3 Hi Hamoud Create your new table and have a field fortmated as Text. Set the default value to "A"
V Van T. Dinh Oct 16, 2006 #4 ... but if all the Field values is "A", why would you need to store it? (unless you just want a ***default*** value and you / the users will change the values after)
... but if all the Field values is "A", why would you need to store it? (unless you just want a ***default*** value and you / the users will change the values after)