D DT Registered User. Local time Today, 04:55 Joined Oct 23, 2000 Messages 83 Jan 22, 2004 #1 Is it possible to something like the following in a textbox on a form? I know this can be done in a query. =Sum([FirstofTotal]) Thanks, DT
Is it possible to something like the following in a textbox on a form? I know this can be done in a query. =Sum([FirstofTotal]) Thanks, DT
spacepro Registered User. Local time Today, 12:55 Joined Jan 13, 2003 Messages 714 Jan 22, 2004 #2 Yes you can. To Display the field in the expression the form needs to be bound to the table, or reference the table in the expression. The expression needs to be entered into a unbound textbox. HTH Andy
Yes you can. To Display the field in the expression the form needs to be bound to the table, or reference the table in the expression. The expression needs to be entered into a unbound textbox. HTH Andy
Mile-O Back once again... Local time Today, 12:55 Joined Dec 10, 2002 Messages 11,305 Jan 22, 2004 #3 spacepro said: The expression needs to be entered into a unbound textbox. Click to expand... In the textbox's ControlSource property.
spacepro said: The expression needs to be entered into a unbound textbox. Click to expand... In the textbox's ControlSource property.
spacepro Registered User. Local time Today, 12:55 Joined Jan 13, 2003 Messages 714 Jan 22, 2004 #4 Mile-o, Your absolutely right. Me just not explaining myself fully. Regards Andy