Tag Archives: Field

No Thumbnail

Word, Remove Fill in Rules

In order to remove the Fill in Rules in a document: Step 1: Press Alt + F9. Step 2: Look for FILLIN fields and remove them: See also: Word Ask Rule (Mail Merge) Microsoft Office Support, Field Codes: Ask Field If you need assistance with your code, or

Word, Delete Merge Sequence # Rule (Mail Merge)

The Merge Sequence # Field is not visible by default: In order to delete the Merge Sequence # Field you will have to make it visible first. Step 1: Press Alt + F9: Step 2: Look for the MERGESEQ Field: Step 3: Delete it:   See also:

No Thumbnail

Word, Remove Ask Field

In order to remove the Ask Fields in a document: Step 1: Press Alt + F9. Step 2: Look for ASK and REF fields and remove them: See also: Word Ask Rule (Mail Merge) Microsoft Office Support, Field Codes: Ask Field If you need assistance with your code, or

VBA Add Fields to External Access Database (Automation)

In this article I will explain how you can add fields to a table in an external access database using VBA. The first step would be to connect to an external database. The article below explains how you can connect to an existing database: VBA, Open

No Thumbnail

Access Add Fields to Table

This article will explain how to add fields to an access table. – Method 1: Step 1: Click the header of the far right column of the table and select the field type to insert: Step 2: Double click the header name to change its name: –

Word, Delete Next Record If Rule (Mail Merge)

The Next Record If Field is not visible by default: In order to delete the Next Record If Field you will have to make it visible first. Step 1: Press Alt + F9: Step 2: Look for the NEXTIF Field: Step 3: Delete it:   See also: Word,

No Thumbnail

VBA Access Get Field Types

In this article I will explain how you can get the types of all the fields in a table in an access database using VBA. – Get Field Types: The access database used in this example has a table with the name “MyTable1”: Note: You may need to add reference to the Microsoft