Re: On Change Bug?



On Thu, 29 Dec 2005 20:28:03 GMT, "Ivan R via AccessMonster.com"
<u6255@uwe> wrote:

>Me.Caption = "Background Check for " & Name
>
>Any help or suggestions would be appreciated.

I'd suggest not using the caption property AT ALL: instead, put a
textbox on the form with a Control Source of the concatenation
expression.

John W. Vinson[MVP]
.



Relevant Pages

  • DCount
    ... I have got a problem with DCount, I suppose its possible what I do try. ... I have an textbox on a form with the control source ... Prev by Date: ...
    (microsoft.public.access.forms)
  • Newbie questions
    ... using the form wizard. ... locating the "control source", seems like this existing form can't find the ... the new textbox to the form while the field has already been added. ... Prev by Date: ...
    (microsoft.public.access.forms)
  • ControlSource
    ... Can someone help me with what the control source is on a textbox and how to ... write it in the properties menu of the vb editor ... Prev by Date: ...
    (microsoft.public.excel.programming)
  • DLookup syntax
    ... The following is attached to the Control Source of a textbox on a form ... where job_id (autonumber) and job_desc are fields in job table, ... The textbox remains blank when the form is in Form View. ... Prev by Date: ...
    (microsoft.public.access.forms)
  • Re: Control Source in a textbox
    ... textbox to the Master_Data table. ... you use the Default Value property rather than the Control Source. ... It is probably not necessary to use query in the DLookup. ... come up giving the user the opportunity to pull ANY location from a list. ...
    (microsoft.public.access.forms)