A script-enabled browser is required for this page to function properly.

REP-304: '&' in SELECT statement was not followed by a valid lexical parameter.

Cause:

An ampersand (&) appeared in the SELECT statement by itself. The possible causes of this error include the following:

Case 1: You intended to make a lexical reference but either left out the name of the column or parameter altogether or inadvertently typed a space between the ampersand and the name of the column or parameter.

Case 2: In typing the SELECT statement, you accidentally typed in an ampersand.

Action:

You can take the following actions to correct this error:

If Case 1: Make sure that the column or parameter name immediately follows the ampersand with no spaces in between.

If Case 2: Delete the ampersand.

Note:  For help on other error messages, see Finding error message help.