Hi Bob,
Here's the scenario:
1) I have a registration form for customers, the enter the detail and it saves it all to the database.
The enter many things, basically - Program Code, Name, Telephone etc.
2) I then want a page where the owner can select the Program Code from a list and see all the saved registration information for that match.
3) Then they click Export and it downloads a the .csv file.
Step 1 is done and working well, Step 3 I know how to do
How do I do step 2??? I know it's not that hard but I can't work it out. So far I have a form that will load all the records into a table on the screen for me but I don't need all of them, just the filtered results. Is it possible to write this results to the csv file with ought creating a new DB record.
Cheers,
Brett.
Here's the scenario:
1) I have a registration form for customers, the enter the detail and it saves it all to the database.
The enter many things, basically - Program Code, Name, Telephone etc.
2) I then want a page where the owner can select the Program Code from a list and see all the saved registration information for that match.
3) Then they click Export and it downloads a the .csv file.
Step 1 is done and working well, Step 3 I know how to do
How do I do step 2??? I know it's not that hard but I can't work it out. So far I have a form that will load all the records into a table on the screen for me but I don't need all of them, just the filtered results. Is it possible to write this results to the csv file with ought creating a new DB record.
Cheers,
Brett.