garyglp
10-05-2000, 11:08 AM
I am using data from some fields in one form1 that goes into another form2. This happen when a button is clicked. The forms 1&2 are linked to each other by an "autonumber field" named "number" The query uses "[Forms]![frmNewCallCUTS Form]![NUMBER]" to link the forms. This works fine as long as the first form is closed then saved opened again. I attempted to use "Save a form" in a macro for the button properties "Click on". Not wanting to close the first form1 completely. The problem is the second form comes up blank and does not show the first form's data.