Apr 13, 2004 #1 NewCoder2 Programmer Joined Apr 12, 2004 Messages 25 Location US Is it possible to import excel data to a record set ? I saw this thread, http://www.tek-tips.com/viewthread.cfm?SQID=799692&SPID=705&newpid=705&page=1 Which is similar, but not quite the same. I'd like to be able to pull in my excel data in to a rs. Any Ideas would be greatly appreciated. Thanks.
Is it possible to import excel data to a record set ? I saw this thread, http://www.tek-tips.com/viewthread.cfm?SQID=799692&SPID=705&newpid=705&page=1 Which is similar, but not quite the same. I'd like to be able to pull in my excel data in to a rs. Any Ideas would be greatly appreciated. Thanks.
Apr 13, 2004 #2 lupins46 MIS Joined Feb 19, 2004 Messages 2,509 Location GB Can you link to the Excel worksheet? If so you can just open a recordset based on the linked 'table' name. Upvote 0 Downvote
Can you link to the Excel worksheet? If so you can just open a recordset based on the linked 'table' name.
Apr 13, 2004 Thread starter #3 NewCoder2 Programmer Joined Apr 12, 2004 Messages 25 Location US linking isn't an option as I need to create the rs on the fly because this is part of a larger solution. Just a small mod in a rather large app. thanks Upvote 0 Downvote
linking isn't an option as I need to create the rs on the fly because this is part of a larger solution. Just a small mod in a rather large app. thanks