T travismp Registered User. Local time Today, 16:26 Joined Oct 15, 2001 Messages 386 Feb 12, 2007 #1 I have a basic form with one unbound box. I want to type a number into the unbound box and have it automatically add the number to a field in the table. Thanks.
I have a basic form with one unbound box. I want to type a number into the unbound box and have it automatically add the number to a field in the table. Thanks.
KeithG AWF VIP Local time Today, 08:26 Joined Mar 23, 2006 Messages 2,591 Feb 12, 2007 #2 Is there a reason that the control is unbound?
Wiz47 Learning by inches ... Local time Today, 11:26 Joined Nov 30, 2006 Messages 274 Feb 12, 2007 #3 KeithG said: Is there a reason that the control is unbound? Click to expand... I suppose he could add the number on the after update event, but I would think it would be easier just to bind the textbox to the field in the record.
KeithG said: Is there a reason that the control is unbound? Click to expand... I suppose he could add the number on the after update event, but I would think it would be easier just to bind the textbox to the field in the record.