I have a form that fills a table from SQL lookup table, however, it pulls ALL the rows from the lookup table.
- It is only supposed to fill rows based on a form number (the first column in the SQL Lookup table).
- It is filling ALL rows from the lookup, regardless of the fact that it is told to fill only those of the indicated form number.
In my form design, the control is in placing the desired form number in the first column of the hazard table. In my test case, I'm using FLHA3.
The table then successfully fills with all the FLHA3 rows from the lookup table, but then it goes on to fill the table with all of the rest of the rows from the lookup table even though they have a different form number listed.
What am I doing wrong?