I would just order your query by Toy so that it will be in order when you get to Excel.
Then, use the subtotal feature in Excel or a VBA program to to add a line between each one.
Simi
Just because a device is IP enabled does not neccessaryly mean you can access it's file system via IP. The device should have instructions for data transfers.
It might be FTP enabled or it might require software from the manufacturer to copy data to a server.
Simi
I simplified my example to much...
There is also a record number that I need so I can get back to record for more fields.
RecNo ID Date
1001 1044 2009-07-31 14:17:43.000
1002 1044 2009-07-31 14:15:44.000
1003 1044 2009-07-31 14:11:44.000
1004 1047 2009-07-31 14:33:19.000...
What is the best way to get the most current dates from a list for each id?
ID Date
1044 2009-07-31 14:17:43.000
1044 2009-07-31 14:15:44.000
1044 2009-07-31 14:11:44.000
1047 2009-07-31 14:33:19.000
1047 2009-08-11 16:58:41.000
1047 2009-08-10 11:51:01.000
1051 2009-08-10 12:51:01.000...
I have done a number of odbc programs. I am running Access 2003 and Sql Server 2005.
I have a basic connection (below) and I am able to execute stored procedures and run updates but I am not able to return a simple recordset?
Any Ideas.
Simi
Private Sub Command10_Click()
'New as400 test...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.