by shah <shahjagat@[EMAIL PROTECTED]
>
May 11, 2007 at 11:00 AM
On May 11, 11:52=EF=BF=BDam, tim_wit...@[EMAIL PROTECTED]
(Tim Witort) wrote:
> shah seemed to utter in news:1178897001.321406.109640
> @[EMAIL PROTECTED]
>
> > Hi ,
>
> > I need help / suggestion on best possible way to structure the
> > following requirement.
>
> > I am in process of designing a form for data entry for client intake.
> > Information on all members in household is also to be captured.
> > The # of mermbers in the household can vary. Under the cir***stances,
> > is it possible to use a grid for data entry on the family members? I
> > have looked thru all at grid properties but am unable to find anything
> > which allows me to create a 'user defined' # of rows.
> > Do I need to forget grid and setup a pageframe.?
>
> The number of rows in a grid is determined by the number
> of records in the cursor or table that the grid is displaying.
> So you can either append that number of records to the grid's
> table, or you can set the AllowAddNew to .T. so the user can
> just arrow down to enter each new record for the family
> members.
>
> -- TRW
> _______________________________________
> t i m =A0. =A0w i t o r t
> _______________________________________
Thank you very much.