Search results

  1. J

    Cross-Tab Chart Percentage

    Hi, I'm new to crystal reports so please bear with me. I have a new report with a Cross-Tab table showing data and percentage of the total all correctly. I also have a chart from the Cross-Tab which should display the percentages, the chart seems to display correctly but the data labels and...
  2. J

    Recordset Error

    Hi, I'm pretty new to Access & vba so thanks in advance. I have written the following code but get Run-time error '3061': Too few parameters. Expected 1. Private Sub Command257_Click() Dim dbsMyMap As DAO.Database Dim rstPositions As DAO.Recordset Dim strURLBeg As String Dim strURLEnd As...
  3. J

    Select Query to Update

    Hi, I'm a novice to al things access and know very little about sql & vba, so sorry If i dont make sense or confuse matters more. I have this code in a select query: SELECT TOP 10 Matrix_Export.[Departure Site], Matrix_Export.[Destination Site] AS [Store ID], Customers.CUSTNAME AS [Store...
Back
Top Bottom