TextBox Object [Access 2003 VBA Language Reference]

TextBox
Multiple objects

This object corresponds to a text box. Text boxes on a form or report display data from a record source.

This type of text box is called a bound text box because it's bound to data in a field. Text boxes can also be unbound. For example, you can create an unbound text box to display the results of a calculation, or to accept input from a user. Data in an unbound text box isn't saved with the database.

Control: Tool:
Control Control

Note   This control should not be confused with the Dynamic HTML text box control used on a data access page. For information about a text box control on a data access page, see Text Box Control (Data Access Pages).

Properties | AddColon Property | AfterUpdate Property | AllowAutoCorrect Property | AsianLineBreak Property | AutoLabel Property | AutoTab Property | BackColor Property | BackStyle Property | BeforeUpdate Property | BorderColor Property | BorderStyle Property | BorderWidth Property | BottomMargin Property | CanGrow Property | CanShrink Property | ColumnHidden Property | ColumnOrder Property | ColumnWidth Property | Controls Property | ControlSource Property | ControlTipText Property | ControlType Property | DecimalPlaces Property | DefaultValue Property | DisplayWhen Property | Enabled Property | EnterKeyBehavior Property | EventProcPrefix Property | FilterLookup Property | FontBold Property | FontItalic Property | FontName Property | FontSize Property | FontUnderline Property | FontWeight Property | ForeColor Property | Format Property | FormatConditions Property | FuriganaControl Property | Height Property | HelpContextId Property | HideDuplicates Property | Hyperlink Property | IMEHold/HoldKanjiConversionMode Property | IMEMode/KanjiConversion Property | IMESentenceMode Property | InputMask Property | InSelection Property | IsHyperlink Property | IsVisible Property | KeyboardLanguage Property | LabelAlign Property | LabelX Property | LabelY Property | Left Property | LeftMargin Property | LineSpacing Property | Locked Property | Name Property | NumeralShapes Property | OldBorderStyle Property | OldValue Property | OnChange Property | OnClick Property | OnDblClick Property | OnDirty Property | OnEnter Property | OnExit Property | OnGotFocus Property | OnKeyDown Property | OnKeyPress Property | OnKeyUp Property | OnLostFocus Property | OnMouseDown Property | OnMouseMove Property | OnMouseUp Property | OnUndo Property | PostalAddress Property | Properties Property | ReadingOrder Property | RightMargin Property | RunningSum Property | ScrollBarAlign Property | ScrollBars Property | Section Property | SelLength Property | SelStart Property | SelText Property | ShortcutMenuBar Property | SmartTags Property | SpecialEffect Property | StatusBarText Property | TabIndex Property | TabStop Property | Tag Property | Text Property | TextAlign Property | Top Property | TopMargin Property | ValidationRule Property | ValidationText Property | Value Property | Vertical Property | Visible Property | Width Property

Methods | Move Method | Requery Method | SetFocus Method | SizeToFit Method | Undo Method

Events | AfterUpdate Event | BeforeUpdate Event | Change Event | Click Event | DblClick Event | Dirty Event | Enter Event | Exit Event | GotFocus Event | KeyDown Event | KeyPress Event | KeyUp Event | LostFocus Event | MouseDown Event | MouseMove Event | MouseUp Event | Undo Event

Parent Objects

Child Objects | FormatConditions Object | Properties Object