If the other replies understood your question correctly, you can ignore this
response. However, I'm going to assume that when you're talking about rows
in the table, you're talking about rows in the Table Design view. Here, rows
actually represent columns, i.e. fields, which map to fields in your form.
Therefore, while it's true that if you delete data from a table (which shows
up as rows in "spreadsheet" view), you don't need to do anything to the
form, if on the other hand you deleted rows from the Table Design view, then
you do need to make changes.
If I understand your problem correctly, then, you've got a couple of ways to
change your form's design to match the design changes you made to the table.
The first option is to open your existing form in Design view; you can do
this in your database window by selecting the form and click Design in the
database window toolbar, or by right-clicking the form and selecting Design
View. Either way, the Design window opens up, and you can select and delete
the fields on the form that correspond to the table elements you deleted
earlier.(You can also do a lot more here; it's a complete toolset for
customizing your form's appearance and behavior.)
The second option, which is simpler if you're happy with the results, is to
use the form wizard again the same way you did the first time, and let it
make a new form from the table. You can then delete the old form and rename
your new one to match the old.
--
Matt Lusher
Microsoft Corporation
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
Michael E said:
I am a new user to Access. I have created a table and used wizard to create
a form for this table. I have deleted some rows from the table and now I am
trying to figure out how I update my form with the changes I made to my
table.