B
Bosque
From some radio buttons on a form i generate a quary using:
Set qrynew = CurrentDb.CreateQueryDef("qryConditionSource", StrSQL)
This changes the data that textboxes in the form refrence. How do I get the
textboxes to update their contence with the new quary data from VBA?
Set qrynew = CurrentDb.CreateQueryDef("qryConditionSource", StrSQL)
This changes the data that textboxes in the form refrence. How do I get the
textboxes to update their contence with the new quary data from VBA?