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"