H
Hacknwhack
This is probably something really simple, but here it is anyway.
I have a working macro to import numerous entries from a SQL database to
populate my project file. I loop thru my recordset doing a row insert with
each record until complete. The problem is that the insertions seem to
start at my current mouse position. For example with no data in the project
file whatsoever, if I were to click anywhere on the 10th row and them run
my macro, the first entry would be in the 10th line and I would end up with
9 blank lines.
I thought I had this beat with a;
SelectTaskField Row:=0, Column:="Name"
just before I begin my loop, but I was wrong.
Any suggestions.
Thanks
-hack
I have a working macro to import numerous entries from a SQL database to
populate my project file. I loop thru my recordset doing a row insert with
each record until complete. The problem is that the insertions seem to
start at my current mouse position. For example with no data in the project
file whatsoever, if I were to click anywhere on the 10th row and them run
my macro, the first entry would be in the 10th line and I would end up with
9 blank lines.
I thought I had this beat with a;
SelectTaskField Row:=0, Column:="Name"
just before I begin my loop, but I was wrong.
Any suggestions.
Thanks
-hack