Hi All...
I'd really appreciate some help. I'm fairly new to Access and VBA... and I'm working on a project for an issue logging system.
Here's what I'm trying to achieve. I've got my "New Issue" form (FORM 1)(frmNewIssue) and on that contains an 'Template' button (btnTemplate) and lots of other fields - such as summary, details etc.
What I want to happen is that when someone clicks the template button, this loads a new form (FORM 2) - which has a list box or similar, where the user can select different 'repeat' issue types.
If they select one of the templates on the list box and click an 'OK' button - I want FORM 2 to populate my Summary and Details field on FORM 1 with pre-defined text.
I've seen this happen in lots of different databases - but I've been googing and searching to try and find a way to do this, and I'm struggling.
Really appreciate any help.
Cheers,
Leigh
I'd really appreciate some help. I'm fairly new to Access and VBA... and I'm working on a project for an issue logging system.
Here's what I'm trying to achieve. I've got my "New Issue" form (FORM 1)(frmNewIssue) and on that contains an 'Template' button (btnTemplate) and lots of other fields - such as summary, details etc.
What I want to happen is that when someone clicks the template button, this loads a new form (FORM 2) - which has a list box or similar, where the user can select different 'repeat' issue types.
If they select one of the templates on the list box and click an 'OK' button - I want FORM 2 to populate my Summary and Details field on FORM 1 with pre-defined text.
I've seen this happen in lots of different databases - but I've been googing and searching to try and find a way to do this, and I'm struggling.
Really appreciate any help.
Cheers,
Leigh