KeithWilliams
Registered User.
- Local time
- Today, 20:20
- Joined
- Feb 9, 2004
- Messages
- 137
Hi,
I (think I) need to create an unbound form to implement a spreadsheet-type interface. The form needs to present a one-character value from each row of data, in a grid which will be 7 columns wide and up to about 15 rows high. The problem is the need for the number of rows to be variable. I want to read in the data using a query and populate the unbound fields.
So I tried creating a continuous form with 7 unbound controls across the top. I thought I would be able to insert rows as needed, and each row would show the 7 controls beneath the prior row. However, the Insert New Record option seems to be disabled. How can I create the 7 * 15 grid I need? Do I need to create 105 unbound controls, and hide any that I don't need? Surely that can't be right!
Please help.
Thanks,
Keith.
I (think I) need to create an unbound form to implement a spreadsheet-type interface. The form needs to present a one-character value from each row of data, in a grid which will be 7 columns wide and up to about 15 rows high. The problem is the need for the number of rows to be variable. I want to read in the data using a query and populate the unbound fields.
So I tried creating a continuous form with 7 unbound controls across the top. I thought I would be able to insert rows as needed, and each row would show the 7 controls beneath the prior row. However, the Insert New Record option seems to be disabled. How can I create the 7 * 15 grid I need? Do I need to create 105 unbound controls, and hide any that I don't need? Surely that can't be right!

Please help.
Thanks,
Keith.