View Full Version : Print Record


Cdogg
05-20-2001, 07:39 AM
I print a record with a command button before I save the record. I have colunns of text boxes that I use to calulate numbers and they are unbound. When I print the form the text boxes return to the defaut values of 0, and print the defaut values

Thank You for your help

Pat Hartman
05-20-2001, 09:47 AM
You need to save the record before printing it.

Cdogg
05-20-2001, 12:13 PM
If I save the record first, I lose the contents of the text boxes because they are unbound