davidrsutton
Programmer
Hi...
I have a form - frmIssues - which is based on a table - tblissues. TblIssues is quite a large table with a lot of fields, so frmIssues allows the 4 most important fields to be entered in a row on continuous forms.
After inputting those 4 crucial fields, the idea is for the user to then click a button at the end of the row to open up a filtered data entry form - frmsubIssues - where they enter the rest of the info for that issue.
The problem I have is that after I enter the initial info on frmissues, then click on the button, it displays a completely blank frmsubissues form (whereas it should display frmsubissues with those 4 fields filled in that were populated on frmissues, with the rest blank, ready to populate). The way I have to get around this is to click out of the row into the row below and then back into it, then click the button to view a correct subfrmissues - which I'm sure you can appreciate is a right pain in the *$@!. I have tried assigning a macro that saves the table/form to the afterupdate property of the last field you fill in on frmIssues but that didn't work.
I hope all the above makes some kind of sense!? If anyone has got any ideas I would be most grateful
Many thanks in advance,
Dave
I have a form - frmIssues - which is based on a table - tblissues. TblIssues is quite a large table with a lot of fields, so frmIssues allows the 4 most important fields to be entered in a row on continuous forms.
After inputting those 4 crucial fields, the idea is for the user to then click a button at the end of the row to open up a filtered data entry form - frmsubIssues - where they enter the rest of the info for that issue.
The problem I have is that after I enter the initial info on frmissues, then click on the button, it displays a completely blank frmsubissues form (whereas it should display frmsubissues with those 4 fields filled in that were populated on frmissues, with the rest blank, ready to populate). The way I have to get around this is to click out of the row into the row below and then back into it, then click the button to view a correct subfrmissues - which I'm sure you can appreciate is a right pain in the *$@!. I have tried assigning a macro that saves the table/form to the afterupdate property of the last field you fill in on frmIssues but that didn't work.
I hope all the above makes some kind of sense!? If anyone has got any ideas I would be most grateful
Many thanks in advance,
Dave