access 2002 varying row height grid control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
Need varying row heights in continuous forms, would be dependant on amount
of data in bound recordet's row.
Access 2003 cannot do this. Anyone got any suggestions for simplest easiest
solution using 3rd party bound grid control. Speed, cheapness, simplicity, is
paramount. Ideally it should be DAO and ADO and look and feel identical to
Access continuous forms.
Thanks muchly for any help.
Madhouse.
 
madhouse said:
Hi
Need varying row heights in continuous forms, would be dependant on amount
of data in bound recordet's row.

You are correct, the above is not possible. You might consider placing a
large text box on the 'right' side of the screen. So, as you move through
the list on the left side, the right side shows the large text box. Here is
some screen shots that give you ideas as to what you can do with ms-access
forms.

http://www.members.shaw.ca/AlbertKallal/Articles/Grid.htm
Access 2003 cannot do this. Anyone got any suggestions for simplest
easiest
solution using 3rd party bound grid control. Speed, cheapness, simplicity,
is
paramount.

Well, I can hit one easy : tlist - speed is good! (cost, and simplicity is
going to depend on your skill, and your budget).

A great control that works with ms-access is tlist

You can read about is here:

http://www.bennet-tec.com/btproducts/tlist/tlist.htm
 
Back
Top