In your example, it is the first column and second column, so: objSht.Cells(iRow, 1).Value = rst!column1 objSht.Cells(iRow, 1).Value = rst!column2 should be: objSht.Cells(iRow, 1).Value = rst!column1 objSht.Cells(iRow, 2).Value = rst!column2 -- Arvin Meyer, MCP, MVP http://www.datastrat.com http://www.accessmvp.com http://www.mvps.org/access "Bre-x" <cholotron@hotmail.com> wrote
On Aug 13, 12:19 am, "Leo Sgouros" <hanaram...@archangels.mil> wrote: "Terry Cross" <tcros...@hotmail.com> wrote in message news:4e7898ab-81cd-4013-b7ee-e424995a9fe5@x16g2000prn.googlegroups.com... On Aug 12, 11:41 pm, "Leo Sgouros" <hanaram...@archangels.mil> wrote: "Terry Cross" <tcros...@hotmail.com> wrote in message news:33eb37c5-c8bd-490c-9345-c8184c605717@a2g2000prm
On Aug 12, 11:41 pm, "Leo Sgouros" <hanaram...@archangels.mil> wrote: "Terry Cross" <tcros...@hotmail.com> wrote in message news:33eb37c5-c8bd-490c-9345-c8184c605717@a2g2000prm.googlegroups.com... Aaron wrote: On Sat, 2 Aug 2008 20:16:21 -0700 (PDT), Linda Lee <lindagirl...@juno.com> wrote: On Aug 2, 10:54 pm, Terry Cross <tcros...@hotmail.com> wrote:
Jonny I guess I'm still missing something. Even if you know that Scott C.'s numbers are off, how does knowing his name get you his email address? Regards Jeff Boyce Microsoft Office/Access MVP "Jonny" <Jonny@discussions.microsoft.com> wrote in message news:FB1C771B-3CB5-4014-88C9-15708337CD2A@microsoft.com... Ok. For example: -432 Jonny B. 1246 Bill A. 2341
Reji <rejithomas.d@gmail.com> wrote: Is there a way to find the binary name from any point of execution of the code executed by the corresponding binary (say where I dont have access to argv local variable of main). No, not even reliably if you now argv[]. Already what's stored in argv[0] is not necessary the name of the program (e.g. if it was started from another process that process