I am using Access 2003. I have a simple OnClick() command button that does the following
Forms![Form2]![ProjectNumber] = Me![cboProjectNumbe r]
Why do I have to have Form2 open for this to work? is there something I can code in that will allow me to click the command button and the data from cboProjectNumbe r automatically copies to the ProjectNumber field in another table/form?
Forms![Form2]![ProjectNumber] = Me![cboProjectNumbe r]
Why do I have to have Form2 open for this to work? is there something I can code in that will allow me to click the command button and the data from cboProjectNumbe r automatically copies to the ProjectNumber field in another table/form?
Comment