Hi
I have a form called frmProjectDetails, on this form i have textboxes which are populated with data from the tblProjectDetails after ProjectNumber is selected from a combo box. Also on the frmProjectDetails is a command button that opens another form called frmCVO. On the frmCVO are textboxes for entering data into the tblCVO also several other textboxes that need to be populated with data from thr frmProjectDetails. What I want to happen is that what ever the ProjectNumber is on the frmProjectDetails any data entered into the frmCVO will be saved to the tblCVO as the ProjectNumber
I know your probaly going to say why don't i just put a subform on the main form but I don't want to do that
Hope the above makes sense
I have a form called frmProjectDetails, on this form i have textboxes which are populated with data from the tblProjectDetails after ProjectNumber is selected from a combo box. Also on the frmProjectDetails is a command button that opens another form called frmCVO. On the frmCVO are textboxes for entering data into the tblCVO also several other textboxes that need to be populated with data from thr frmProjectDetails. What I want to happen is that what ever the ProjectNumber is on the frmProjectDetails any data entered into the frmCVO will be saved to the tblCVO as the ProjectNumber
I know your probaly going to say why don't i just put a subform on the main form but I don't want to do that
Hope the above makes sense