M MSUKevin Registered User. Local time Today, 17:42 Joined May 16, 2001 Messages 75 May 21, 2001 #1 Short and Sweet: Is there a way I can save data in an unbound textbox to a table? I have an unbound box performing a calculation and I want to have that total saved in a table... Any help is appreciated!!!
Short and Sweet: Is there a way I can save data in an unbound textbox to a table? I have an unbound box performing a calculation and I want to have that total saved in a table... Any help is appreciated!!!
A Atomic Shrimp Humanoid lifeform Local time Today, 17:42 Joined Jun 16, 2000 Messages 1,953 May 21, 2001 #2 You could add a bound text box to your form, set the visible property to false and copy the value from the unbound text box to the (hidden) bound one. [This message has been edited by Mike Gurman (edited 05-21-2001).]
You could add a bound text box to your form, set the visible property to false and copy the value from the unbound text box to the (hidden) bound one. [This message has been edited by Mike Gurman (edited 05-21-2001).]
M MSUKevin Registered User. Local time Today, 17:42 Joined May 16, 2001 Messages 75 May 21, 2001 #3 Thanks for the help Mike!! That works great.. Much Aprecio' and good day to you