Assign the Recordset value for the Grid

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

Guest

How to Assign the Value From the recordset to MsFlexgrid or datagrid?
Ex:
recLoad.open "SELECT * FROM EMP_MAST", adopenFrowardonly, adlockReadonly

After this How can i Assign the Vlaue from the Recordset to the Grid?

Can u please Hel Me?...,

Thanks and Regards,
Karthikeyan P
 
Are you talking about ms-access here?

Can you consider not using an activeX control, but the built in ones?

Take a look at the following screens...they simply use ms-access forms, and
do a GREAT job of displaying data in a grid...

http://www.members.shaw.ca/AlbertKallal/Articles/Grid.htm

For most stuff, a listbox, or continues form should suffice. (and, you
genally don't need any code to fill the grid either).
 
Back
Top