I'm a newbie to access and need some help.First I want to get rid of the navigation buttons at the bottome on the results window when running a select query.Then I want to be able to prompt to user in a pop-up after query is ran if they want to run query again or exit after.Here is the select query that I have started:
SELECT SO_Branch.BRANCH, SO_Branch.REGION, SO_Branch.PO_NAME, SO_Branch.STATE
FROM SO_Branch
WHERE (((SO_Branch.ZIP)=[Enter Zip Code]));
Thanks in advance and any help is appreciated.
SELECT SO_Branch.BRANCH, SO_Branch.REGION, SO_Branch.PO_NAME, SO_Branch.STATE
FROM SO_Branch
WHERE (((SO_Branch.ZIP)=[Enter Zip Code]));
Thanks in advance and any help is appreciated.