G
Guest
I have a form that I send a SQL statement to as it's Record source. The
query has a few little twists the users can specify, so I do the in-line
composition of the statement rather than have a couple versions of a similar
query hanging around. The query and form work fine...
In one process I output this query with a couple of others, and dumpt he
data to Excel...again, no problem. I do have an odd behavior though if I
close a form that lies on top of this particular form-at that point I lose
one of the columns in the datasheet to "#Error"...usually just the rows that
were covered get blown away initially, but if I scroll a bit then they all
go...but this appears to be merely a screen re-paint issue: If I export the
datasheet to excel with a partially filled column of "#error" the spreadsheet
gets no good data in that column.
As of now this is a mere annoyance...I can't see my users running into this
with any kind of frequency, and the processes I've designed do their job.
Just seems odd that the closing of another form would lead to this AFTER the
query has run and all the data appears to be gathered correctly. Certainly
I've seen "#Error" before, but usually I've been able to locate a cause for
it.
If anyone has any suggestions, I'd appreciate them!
query has a few little twists the users can specify, so I do the in-line
composition of the statement rather than have a couple versions of a similar
query hanging around. The query and form work fine...
In one process I output this query with a couple of others, and dumpt he
data to Excel...again, no problem. I do have an odd behavior though if I
close a form that lies on top of this particular form-at that point I lose
one of the columns in the datasheet to "#Error"...usually just the rows that
were covered get blown away initially, but if I scroll a bit then they all
go...but this appears to be merely a screen re-paint issue: If I export the
datasheet to excel with a partially filled column of "#error" the spreadsheet
gets no good data in that column.
As of now this is a mere annoyance...I can't see my users running into this
with any kind of frequency, and the processes I've designed do their job.
Just seems odd that the closing of another form would lead to this AFTER the
query has run and all the data appears to be gathered correctly. Certainly
I've seen "#Error" before, but usually I've been able to locate a cause for
it.
If anyone has any suggestions, I'd appreciate them!