Hi there! I have a form which, upon selection of one answer from a combo box, may open a second form, bringing with it the File Number from the record of the first form. So, upon selection of the specified item, an append query is put into action in order to add that file number to the secondary table for the second form. That's great. In the second form, the user is asked to provide one or more "causes" for that file number. So, the way I have it set up now is the user selects the first "cause" and if they have any additional, they hit the "Add Another" button, which copies the File number field and pastes it into the new record.
So, my question/s:
A) Is there a more efficient way to do this? I'm currently "adding another" by way of a macro.
And importantly,
B) Is there a way to not show the blank New Record row unless/until the "Add Another" button is pushed? The risk here now is that if someone just goes down to the New Record row without pressing the button, the File number isn't copied and we lose a way to connect the records.
Thanks!
So, my question/s:
A) Is there a more efficient way to do this? I'm currently "adding another" by way of a macro.
And importantly,
B) Is there a way to not show the blank New Record row unless/until the "Add Another" button is pushed? The risk here now is that if someone just goes down to the New Record row without pressing the button, the File number isn't copied and we lose a way to connect the records.
Thanks!