Re: Problem re-opening Access databse table



Use the BeforeOpen event handler of the TDataset that is giving you problems
by placing a dummy line of code like Sleep(1) in there and set a breakpoint
on it. Then view the call stack when it hits and you might locate what call
is being made on the Closed dataset.


hth,

Brian

--
Got a big event coming up? Let us
help coordinate your event. For more
visit www.kissemgoodbye.com


.