populating data grid rows in MS access form

  • Thread starter Thread starter Amita
  • Start date Start date
A

Amita

please give me an idea how to show dat grid rows in MS acess form then add
and update data table also..

Thanks a lot
Amita
 
Access does not have a native data grid, although there are some that will
work in Access. Instead, Access uses a datasheet subform to display the
data. Subform's have a recordsource property, the same as a main form does.
 
Thanks for the reply. Ok let me put it this way. I have some data records in
table, I need to dispaly those records in tabular form also I need user can
edit those records. How this can be achieved in MS Access forms?
 
Back
Top