F
freakazeud
Hi,
I'm not sure if I'm understanding your request.
How would requery clear anything of a screen? It just requeries an
underlying datasource if it changed, so unless the datasource of your form
changed to null values it won't clear anything.
If this is a bound form you can just move to a new record. If this is an
unbound form then you need to set each unbound control's value to Null...you
can do that with a loop if you want.
HTH
Good luck
I'm not sure if I'm understanding your request.
How would requery clear anything of a screen? It just requeries an
underlying datasource if it changed, so unless the datasource of your form
changed to null values it won't clear anything.
If this is a bound form you can just move to a new record. If this is an
unbound form then you need to set each unbound control's value to Null...you
can do that with a loop if you want.
HTH
Good luck