sql - Access 2007 Nest parameterful query -
my problem straight forward:
i have query a:
select old, new mapping old = [param]; i need query b calls query giving value [param].
is possible without vba ?
thanks in advance miloud
i don't think can that. can replace parameter in querya reference unbound control. way can set value of control , queryb can silently call querya. in same way, replace parameter udf.
Comments
Post a Comment