clickaccess
MIS
My SQL statement works fine but I want to aviod "Enter Parameter Value" box to pop up for form filed entry.
What is wrong with tis statement that It cannot read the form input itself? do not want to do it in VBA.
SQL:
SELECT ContactGroups.ContactType, ContactGroups.ContactAddress
FROM ContactGroups
WHERE ((([ContactGroups].[GroupID])= Forms![Contact Input]![txtGroupID]));
I may have posted this as a reply to another issue last night by accident, sorry about that.
Thanks
Email Service Free from Banner ads.
What is wrong with tis statement that It cannot read the form input itself? do not want to do it in VBA.
SQL:
SELECT ContactGroups.ContactType, ContactGroups.ContactAddress
FROM ContactGroups
WHERE ((([ContactGroups].[GroupID])= Forms![Contact Input]![txtGroupID]));
I may have posted this as a reply to another issue last night by accident, sorry about that.
Thanks
Email Service Free from Banner ads.