Access 2003
I would like to use the same form for two different tasks (say... form B).
1) I would like to use a button on a form (form A) to access a second related form (B). I would like to know if there is any VBA that will ensure that the second form only opens the sub record of interest with already populated data
2) I would like to use a different button on form A, to access a second related form (form B again) - only to add a NEW record on this form
Is there any VBA that will allow me to use the same form:
1) to open an existing related record to view an existing sub-record only
2) add a new sub-record only
Any help appreciated!
I would like to use the same form for two different tasks (say... form B).
1) I would like to use a button on a form (form A) to access a second related form (B). I would like to know if there is any VBA that will ensure that the second form only opens the sub record of interest with already populated data
2) I would like to use a different button on form A, to access a second related form (form B again) - only to add a NEW record on this form
Is there any VBA that will allow me to use the same form:
1) to open an existing related record to view an existing sub-record only
2) add a new sub-record only
Any help appreciated!