How to Show the records in the Grid?

  • Thread starter Karthikeyan Periasamy
  • Start date
K

Karthikeyan Periasamy

I would like to show the records in the form. In the form I m entering some
input values and Inserting in to Database Table. After Inserting the Value I
would like to Show the records From the Corresponding table through the Grid.
1. Can u tell me Which Grid will be comfortable to show the Records?.
2. How to include the Grid to my form?
3. How to Add Data Grid and How to load records in to that?
(In My MSAccess Properties Only i can find out the MSFlex Grid and Spread
sheet Grid.)
Thanks
Karthikeyan P
 
J

John W. Vinson

I would like to show the records in the form. In the form I m entering some
input values and Inserting in to Database Table. After Inserting the Value I
would like to Show the records From the Corresponding table through the Grid.
1. Can u tell me Which Grid will be comfortable to show the Records?.
2. How to include the Grid to my form?
3. How to Add Data Grid and How to load records in to that?
(In My MSAccess Properties Only i can find out the MSFlex Grid and Spread
sheet Grid.)
Thanks
Karthikeyan P

Unless you really have a need for the additional features provided by the
(non-Access) Datagrid control, you might want to consider using the builtin
features of Access. For one thing you do NOT need to open a Table or use any
code in order to insert records into your table - the form lets you do that
directly! You can set a Form's Default View property to "Datasheet" to get a
spreadsheet-like grid, with table fields in columns and records in rows; or
for more flexibility and control (at the cost of a bit more work), you can use
"Continuous" view to see multiple records using any desired type of control
(combo boxes, listboxes, checkboxes, etc.)

John W. Vinson [MVP]
 
K

Karthikeyan Periasamy

Hello Jhon Thank u for ur answer.
I want to know,
How to load the record from the record set to the Spread sheet and Data grid
or MSFlex Grid.
can u please tell me any simple example for that.

Thanks and Regards,
Karthikeyan P
 
J

John W. Vinson

I want to know,
How to load the record from the record set to the Spread sheet and Data grid
or MSFlex Grid.
can u please tell me any simple example for that.

I'm sorry, I have not worked with MSFlex Grid or Data grid myself. I'll ask
the other MVP's to jump into the thread.


John W. Vinson [MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top