That is one of the drawbacks of the Flexgrid.  It can't be done that easily.
 You have to use textboxes and input the data manually using the textmatrix
property of the flexgrid.  Then you have to add the records to your database
  I heard there is a control on www.vbaccelerator.com, or somthing like that
 that will allow you to do that, but I haven't checked it out. 
 
Rick Rose
-------Original Message-------
 
From: syravirgo
Date: 03/14/05 01:26:53
To: [email protected]
Subject: [vbhelp] How to add records in MSHF
 
 
 
 
I need a code to add my records in to MSHF .
 
I m adding records by specifying the
 
mshf.col(0) = rs.fields("empname")
 
but i want to add the records in the following likely format:
 
mshf.add rst(0) vb tab ??? rst(1) vbtab and so on. but i dont know
the exact format to write.
 
thanx
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
'// =======================================================
    Rules : http://ReliableAnswers.com/List/Rules.asp
    Home  : http://groups.yahoo.com/group/vbHelp/
    =======================================================
    Post  : [email protected]
    Join  : [EMAIL PROTECTED]
    Leave : [EMAIL PROTECTED]
'// =======================================================
 
Yahoo! Groups Links
 
 
 
 
 
 
 
.

[Non-text portions of this message have been removed]




'// =======================================================
    Rules : http://ReliableAnswers.com/List/Rules.asp
    Home  : http://groups.yahoo.com/group/vbHelp/
    =======================================================
    Post  : [email protected]
    Join  : [EMAIL PROTECTED]
    Leave : [EMAIL PROTECTED]
'// =======================================================
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/vbhelp/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to