Search results

  1. K

    Line Graphs in a report not updating

    I have two line graphs within a report. The graphs are both based on queries. When I run the source data manually, the data is correct. It's just that both of these graphs will not update at all. Does anyone have any ideas?
  2. K

    Calendar Control

    Thanks Thank you very much.
  3. K

    Calendar Control

    Help Hello, I am opening the calender with the following. Where do I put that code? Thanks in advance Private Sub tbxDATE_DblClick(Cancel As Integer) DoCmd.OpenForm "frmCalendar", , , , , , Screen.ActiveControl.Value End Sub
  4. K

    Calendar Control

    Calender Control Good day, I am new to access and I am using the calender control in my database. what do I have to add to the following to get the calender to open up with today's date? Thanks in advance. Private Sub Calendar_DblClick() On Error Resume Next Dim datRet As Date...
  5. K

    Double Click - A calender shows up

    I have seen in other databases, but have never had a chance to look into it, where you can "Double click" on a text box and a "Calender" would show up, so you could select a date instead of typing it in. Does anyone have the knowledge to share with me? Thanks Kyle Deluca
  6. K

    Help! - Using Last 12 months in a query

    Thanks very much for your assistance! Kyle Deluca
  7. K

    New to charts and request help

    Thanks for your help I have got it working. Kyle Deluca
  8. K

    Help! - Using Last 12 months in a query

    I have started building a select query which works well, but I would like my date field to only return records within the past 12 months. What do I put in the criteria that will always filter for records that are within the last 12 months. Thanks for your assistance Kyle Deluca
  9. K

    New to charts and request help

    Editor The editor seems to be showing test data. Kyle
  10. K

    New to charts and request help

    I have a query that seems to work fine. I would like to build a chart based on the query that is displayed onto the report. Using the wizard I can get the chart to display. The problem I am having is that I cannot seem to figure out how to format the font sizes of the axis, how to adjust the...
  11. K

    Unbound Text boxes within a form

    I am trying to set up a small database to track my golf scores. I have a query that determines my average between date ranges and users. I am trying to set up a form that is full of "Unbound" text boxes, that when a button is pressed it refreshes all the text boxes. I have written the query...
Back
Top Bottom