in my tblpersonnel i have 5 records, but in my form it only shows 1 (the one
I created using the form), shouldn't the form show the records from the tbl
as well?
Maybe, maybe not! Several questions:
- Is the Form's Recordsource the table itself, or a query based on that table?
It might be a query which displays only one record.
- Does the Form have its filter set? Look at the funnel icon on the toolbar:
if it's selected (dark) click it to unfilter.
- Possibly vexing question but I don't know your level of Access knowledge...
if it's a form in Single view, it SHOULD show only one record, and have a
navigation box at the lower left with "previous" and "next" and an indication
such as "record 1 of 5".
- Possibly you have the Form's "Data Entry" property set to True. If so it
will show only the most recently entered record, and no previous ones.