Search results

  1. I

    Using Variable problem

    I have been trying to workout how to use a variable "Value" in the codes below but everything ive tried returns syntax error can someone show me correct syntax please Dim Value Value = "Weapons" Me.ValueList.RowSource = "SELECT tblValue.Name FROM tblValue; ValueLabel.Caption = "Att"
  2. I

    Sum problem

    Hello Im new to access and uptil now have only used the help files to find my way around but i havent been able to solve. Here is the query example hope it makes sence field1 field2 item1 17 item2 23 item3 12...
Back
Top Bottom