Hello.
I am trying to create a form (called frmCountry_Incidents) where I enter parameters into "txtStartDate", "txtEndDate", and "txtCountry" which is linked to a query called qryCountry_Incidents. So far, I am completed this and it works well.
Next, I want to include a bar graph on the same form (frmCountry_Incidents). I want to click a command button on the form and then have a bar graph (which is pulling data from qryCountry_Incidents) so display the value based on the parameters (txtStartDate,txtEndDate,txtCountry) that I enter on my form.
I am having issues on doing this. Is someone able to walk me through this? I have not had any experience with graphs in access.
Thanks