Access VBA DataGrid problem!!

Signo.X

Well-known member
Joined
Aug 21, 2006
Messages
76
Location
Australia
Programming Experience
1-3
I'm trying to build a small reservation system using only Ms access and VBA.

at the moment, i built a search functionality in the system that allows people to search for specific flights using VBA coding..

im trying to view the search results in some sorta of dynamic data grid structure ,tables, or even maybe dynamic label... but i cant find a way to do that in VBA and access..:confused::mad:

please help!

thanks in advance!
 
As this is a V.NET forum, you may be better off posting this question in a forum dedicated to Access or VBA. One such forum is UtterAccess.

That's not to say that someone here won't be able to help, there are well rounded people here, just that your chances would be better there. :)
 
Sample application to get you started

Hi, your tag indicates you do VB2005 so I offer an example of working with data in VB and an MDB database.

I hope you will try to use VB to solve your solution. You can always, of course, program the whole solution in MsAccess (tables, queries, forms, reports, macros, and modules).

Try the demo app and augmenting the SELECT statement with dynamically created WHERE clause or even parameters.

HTH
 

Attachments

  • MSACCESS_EDITABLE_GRID.zip
    64.1 KB · Views: 36
Back
Top