How to prevent form from loading data.....

  • Thread starter Thread starter Stephane
  • Start date Start date
S

Stephane

Might be a weird title but let me explain

I have created an application with a browser using a treeview control which
involved
activating different form depending on the node clicked. This form very
nicely.

Depending on the context I'm reassigning the source for the form. The
problem is that
the form open and load with its data specified in it, then I reassign its
source. Is there
a way to change to record source before data are actually loaded??? Let say
using the
OpenArg to specify the record source ???

Thx
Stef
 
Why not just have no recordsource for the form, and always assign it when
the form opens?
 
I tried it and didn't work.... I assumed it was a bad idea...

But since you mention it, I'll try again....

I'll be back!!!

Thx
 
Back
Top