J
Jay Moritz
I have an Access 2000 database running on WinXP Pro.
I need to loop through a bunch of records creating a MSGraph Chart object
with data from a couple of fields in the active record. I only have one step
I can't seem to do, or find out how to do.
I can loop through all the records
I can create the MSGraph Chart object, format it and insert the required
data.
I can edit the record, I know I have to use the AppendChunk method for
adding Objects
HOW DO I CONVERT A FRIGGIN Object INTO a String?!?!?!
There is NOTHING on msdn.microsoft.com that shows how to convert objects.
The CStr function requires a String or String type data to work. And
AppendChunk requires String Data to work. And Microsoft's GREAT FRIGGIN
Example with the AppendChunk method is a Copy of an existing Object into a
new Field. Lot of FRIGGIN Help that was.
Some times being a programmer seems like a shortcut to the insane asylum.
Jay Moritz
I need to loop through a bunch of records creating a MSGraph Chart object
with data from a couple of fields in the active record. I only have one step
I can't seem to do, or find out how to do.
I can loop through all the records
I can create the MSGraph Chart object, format it and insert the required
data.
I can edit the record, I know I have to use the AppendChunk method for
adding Objects
HOW DO I CONVERT A FRIGGIN Object INTO a String?!?!?!
There is NOTHING on msdn.microsoft.com that shows how to convert objects.
The CStr function requires a String or String type data to work. And
AppendChunk requires String Data to work. And Microsoft's GREAT FRIGGIN
Example with the AppendChunk method is a Copy of an existing Object into a
new Field. Lot of FRIGGIN Help that was.
Some times being a programmer seems like a shortcut to the insane asylum.
Jay Moritz