Little_Man22
Registered User.
- Local time
- Today, 03:35
- Joined
- Jun 23, 2001
- Messages
- 118
Hi,
I have a form with a bunch of cells. These cells are currently unbound. I need them to be linked to a table through a querystring though...
What I want to happen, is for each cell to have some sort of query string that looks through the main table (Tickets) and performs a query based on specified information:
i.e. SELECT FROM Tickets WHERE Venue="Holiday Inn" AND Class=Adult/Senior"
If I just create a regular query like this it returns about 10 values (rows) for the given information above. In the end, I want the cell to just count the rows (i.e. give me an output of "10" for 10 records matching the above criteria). How do I do this and link it to the cell on the form?
Thanks,
-Ryan.
I have a form with a bunch of cells. These cells are currently unbound. I need them to be linked to a table through a querystring though...
What I want to happen, is for each cell to have some sort of query string that looks through the main table (Tickets) and performs a query based on specified information:
i.e. SELECT FROM Tickets WHERE Venue="Holiday Inn" AND Class=Adult/Senior"
If I just create a regular query like this it returns about 10 values (rows) for the given information above. In the end, I want the cell to just count the rows (i.e. give me an output of "10" for 10 records matching the above criteria). How do I do this and link it to the cell on the form?
Thanks,
-Ryan.