diff --git a/helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp b/helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp
index b269e79b96..6c9bba74de 100755
--- a/helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp
+++ b/helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp
@@ -37,8 +37,8 @@
* License at http://www.openoffice.org/license.html.
*
* Software provided under this License is provided on an "AS IS" basis,
- * WITHOUT WARRUNTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING,
- * WITHOUT LIMITATION, WARRUNTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
* See the License for the specific provisions governing your rights and
* obligations concerning the Software.
@@ -58,11 +58,11 @@
Table Wizard - Set Type Formatting
-text/shared/explorer/database/tablewizard02.xhp
+/text/shared/explorer/database/tablewizard02.xhpUFI: new Table Wizard page 2
-YJ: checked
+YJ: checked
@@ -70,24 +70,34 @@
Table Wizard - Set Type FormattingSpecifies the field information for your selected fields.
+Selected fieldsSelect a field in order to edit the field information.
+-Remove the selected field from the list box.
++Add a new text field to the list box.Field information
+Field nameDisplays the name of the selected data field. If you want, you can enter a new name.Field typeSelect a field type.
+
+Entry required
+If set to Yes, this field must not be empty.not in spec docLengthSpecifies the number of characters for the data field.Decimal placesSpecifies the number of decimal places for the data field. This option is only available for numerical or decimal data fields.Default valueSpecifies the default value for a Yes/No field.
+
+Auto-increment statement
+Enter the statement used by the database to auto-increment this field.not in spec docTable Wizard - Set primary key
diff --git a/helpcontent2/source/text/shared/explorer/database/tablewizard03.xhp b/helpcontent2/source/text/shared/explorer/database/tablewizard03.xhp
index 51b66cf121..53d6c6993b 100755
--- a/helpcontent2/source/text/shared/explorer/database/tablewizard03.xhp
+++ b/helpcontent2/source/text/shared/explorer/database/tablewizard03.xhp
@@ -37,8 +37,8 @@
* License at http://www.openoffice.org/license.html.
*
* Software provided under this License is provided on an "AS IS" basis,
- * WITHOUT WARRUNTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING,
- * WITHOUT LIMITATION, WARRUNTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
* See the License for the specific provisions governing your rights and
* obligations concerning the Software.
@@ -58,11 +58,11 @@
Table Wizard - Set Primary Key
-text/shared/explorer/database/tablewizard03.xhp
+/text/shared/explorer/database/tablewizard03.xhpUFI: new Table Wizard page 3
-YJ: checked
+YJ: checked
@@ -70,22 +70,30 @@
Table Wizard - Set Primary KeySpecifies a field in the table to be used as a primary key.
+Create a primary keySelect to create a primary key. Add a primary key to every database table to uniquely identify each record. For some database systems within %PRODUCTNAME, a primary key is mandatory for editing the tables.
+Add a primary key automaticallySelect to automatically add a primary key as an additional field.
+Use an existing field as primary keySelect to use an existing field with unique values as a primary key.
+Field nameSelect the field name.
+Auto valueSelect to automatically insert a value and increment the field's value for each new record. The database must support automatic incrementation in order to use the Auto value feature.
+Define primary key by several fieldsSelect to create a primary key from a concatenation of several existing fields.
+Available fieldsSelect a field and click > to add it to the list of primary key fields.
+Primary key fieldsSelect a field and click < to remove it from the list of primary key fields. The primary key is created as a concatenation of the fields in this list, from top to bottom.Table Wizard - Create table