Dynamic Query loading from 1 Form

gunny3000

Registered User.
Local time
Today, 01:22
Joined
Nov 3, 2010
Messages
31
Hi,

from 1 Form, or, Graphical User Interface (GUI), I would like to dynamically change/load a new Query as the Record Source.

I can explain my reasons if required, but, I have tried and failed with some posts already on this forum so I'm tryiong to keep it simple.
 
Untested, but try

Me.RecordSource = "QueryName"
 

Users who are viewing this thread

Back
Top Bottom