Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Refresh Form From Module Using Variable

Status
Not open for further replies.

vix666

IS-IT--Management
Jul 17, 2003
63
AU
I want to be able to refresh a form from my module using a variable.

At the moment I am using Forms!strFormName_JD.Refresh
but it just errors, i have tried different things, e.g putting quotes and ampersands around the variable but nothing works.

Any help would be greatly appreciated

Thanks

Vicky
 
Try:

[tt] Forms(strFormName_JD).Refresh[/tt]

if strFormName_JD is a variable containing the name of the form.

Roy-Vidar
 
Great! :)

Thankyou very much

Vicky
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top