Wrox Programmer Forums
|
Access VBA Discuss using VBA for Access programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 11th, 2007, 05:41 PM
Registered User
 
Join Date: Feb 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default a Grid control in MS Access?

I really need a grid control to allow me a dynamic number of rows containing data fields and also command buttons and hyperlinks. The grid would be disconnected
from the database.
I have not seen description of this important UI in any of MS Access books. Any suggestions would be appreciated.
I thought of using Excel within my Access app, but decided against it.

Thank you,
Vlad

 
Old May 13th, 2007, 03:32 AM
Authorized User
 
Join Date: Mar 2007
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi Vlad (again!)

I had exactly this problem recently. What I wanted to do was to have full control of the background colour of the cells, so a datasheet display was ruled out. I tried all sorts of standard Microsoft OCX components, but since I also wanted to allow data entry, and none of them would allow that, it was back to square one.

What I ended up doing was using continuous forms as a sub-form. From the other posting of yours that I have answered this morning, it looks like you are leaning this way too. Best of luck with it!

Richard

 
Old April 26th, 2012, 02:47 PM
Registered User
 
Join Date: Apr 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

A tad bit late to this party, but I had the same issue.

My resolution was using the Microsoft Office Spreadsheet 11.0 control.

A bit over kill but free. After editting several properties and seting run time parameters, I was able to get a clean data grid-ish looking control.
I only needed read only dynamic data from a datbase so it does what I need it to do with out a $500 license fee from VS Flex grid.

Last edited by toddbailey; April 26th, 2012 at 03:33 PM..
 
Old April 3rd, 2014, 10:59 AM
Registered User
 
Join Date: Apr 2014
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

10Tec iGrid ActiveX grid costs almost nothing ($175) but does a lot of things. Consider it if you need a versatile unbound grid. They also have an article about the usage of iGrid in MS Access: http://10tec.com/articles/ms-access-grid-control.aspx





Similar Threads
Thread Thread Starter Forum Replies Last Post
MS-Flex Grid equalval in VB .NET venkikrao VB.NET 1 October 18th, 2009 11:10 AM
how to merge cells in MS Flex Grid control manishdev Beginning VB 6 0 June 6th, 2007 09:03 AM
MS Data Grid control in ms access application roshla_p Access VBA 5 October 16th, 2006 02:37 AM
DataGrid on Tab Control of MS Access 2000 MickeyMauz Access 1 April 17th, 2006 02:25 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.