View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Data form with multiple records

some type of grid control I would think. I believe VB6 offers a flexgrid
and a datagrid control.

Whether they work on useforms or not, I couldn't say.

--
Regards,
Tom Ogilvy


notsureofthatinfo wrote in message
...
Suggestions?
Excel2000
I am trying to create a form which will pull all records for a
particular variable and display them all in a table which will allow
editing of those records.

Sort of like an Access database table . Usually at the most there will
be 10 records per query.
Which control would be best for this?
Thanks,
Scott