I
IrishRed
Hello,
I have a pass-through query in which the SQL looks like this:
select Field A, Field B, Field C
from Table1
where MemberID = '1245%'
order by memberid
I was looking to allow users to run this and receive a prompt to enter a
value for the memberID field. What is the best way to do this ? I do not have
much experience using forms or VB code and I think this may be what is
needed.
Also, is it possible being that I need the wildcard after the entered value
to remain? MemberID is incremented for each member in the group so I need to
pull back any records for the group, regardless of whether it is member 01,
02, 03, etc...
Thanks for any suggestions.
I have a pass-through query in which the SQL looks like this:
select Field A, Field B, Field C
from Table1
where MemberID = '1245%'
order by memberid
I was looking to allow users to run this and receive a prompt to enter a
value for the memberID field. What is the best way to do this ? I do not have
much experience using forms or VB code and I think this may be what is
needed.
Also, is it possible being that I need the wildcard after the entered value
to remain? MemberID is incremented for each member in the group so I need to
pull back any records for the group, regardless of whether it is member 01,
02, 03, etc...
Thanks for any suggestions.