K
kyle12345
I have a query that populates a table. This table will have 1 row of data.
I then have a form that looks at this table. When the table is populated,
the table populates with one row of data, but then i get a second row that is
completely blank and on the side of the row I get a "*". You see this when
you actually view the table. When I view the results from the query, I do
not get this second blank row. So my problem is when I am viewing that table
from the form, I initially can see all my populated data in row 1, but if I
use the scroll button on my mouse, the form looks at that second row that is
blank (the one with the "*" in the table).
How can I remove that second row in the table that is blank? or how can I
make sure when the user uses the scroll on their mouse it does not view the
blank row in the form? Creating a second query to delete null rows does not
solve my problem.
I then have a form that looks at this table. When the table is populated,
the table populates with one row of data, but then i get a second row that is
completely blank and on the side of the row I get a "*". You see this when
you actually view the table. When I view the results from the query, I do
not get this second blank row. So my problem is when I am viewing that table
from the form, I initially can see all my populated data in row 1, but if I
use the scroll button on my mouse, the form looks at that second row that is
blank (the one with the "*" in the table).
How can I remove that second row in the table that is blank? or how can I
make sure when the user uses the scroll on their mouse it does not view the
blank row in the form? Creating a second query to delete null rows does not
solve my problem.