I am trying to create a datapage that searches for records, which contain multiple zip codes. I currently have one table with column labels for 'Zip Code 1', 'Zip Code 2', and so on (some have as many as 5 zip codes). Each row is a business (unique record), which contains the multiple zip codes. If a particular business is tied to a zip code the cell under that zip code is marked with a 'Y'.
Example:
Name 10001 10002 10003
Acme Company Y Y
The search form I'd like users to see would include the following:
1) Drop Down Menu with Business Names (unique records)
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
DNeves
I am trying to create a datapage that searches for records, which contain multiple zip codes. I currently have one table with column labels for 'Zip Code 1', 'Zip Code 2', and so on (some have as many as 5 zip codes). Each row is a business (unique record), which contains the multiple zip codes. If a particular business is tied to a zip code the cell under that zip code is marked with a 'Y'.
Example:
Name 10001 10002 10003
Acme Company Y Y
The search form I'd like users to see would include the following:
1) Drop Down Menu with Business Names (unique records)
> Business Name: [Dropdown Menu]
2) Drop Down Menu to select a zip code
> Zip Code: [Dropdown Menu]
Is it possible to create such a datapage?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.