V
VWP1
On another post (below), I read that a textbox can be created to access the
record source of the form on which it resides.
Can I create a popup form (lets call it SQL POPUP) (which will activate from
clicking a button on the form having the button MAINFORM) in which SQL POPUP
has a textbox containing the recordsource of the MAINFORM?
1/17/2010 12:25 PM PST
Author: Presto
---snippet---
Title of Post: Show record source in a text box
I need to weed out a very overcrowded database. I need to remove ...
---end snippet---
Marshall Barton wrote:
Me is not valid in a control expression. The main form can
refer to its own record source using =Form.RecordSource.
The subform can refer to the main form's record source using
=Parent.RecordSource
record source of the form on which it resides.
Can I create a popup form (lets call it SQL POPUP) (which will activate from
clicking a button on the form having the button MAINFORM) in which SQL POPUP
has a textbox containing the recordsource of the MAINFORM?
1/17/2010 12:25 PM PST
Author: Presto
---snippet---
Title of Post: Show record source in a text box
I need to weed out a very overcrowded database. I need to remove ...
---end snippet---
Marshall Barton wrote:
Me is not valid in a control expression. The main form can
refer to its own record source using =Form.RecordSource.
The subform can refer to the main form's record source using
=Parent.RecordSource