So far I have done the following using Tables and Queries, however I have run into afew problems and everybody tells me that the user should not be dealing with Tables/Queries, but only Forms. I have experience with Tables, Queries and Modules, but NONE with Forms.
Before I spend days trying to do the following, I would like to know if it is possible to do the following using a Form. Here is what I would like to do...
1- I have a Table with lots of fields. I would like to display the data (as a form) in the table format (looks the exact same as the table). BUT, the user form/table does not display all of the original fields. I would need to create the form/table using a module
2- The User filters the form/table as desired then runs a module which exports and saves the filtered form/table to a .txt format. BUT the .txt file includes the original fields that were not displayed in the form/table. AND some other fields must not be exported to the .txt file. AND some other fields that contain data must be exported as blank fields (place holders) to the .txt file.
I am just looking for a 'thumbs up/down' if this is even possible using a Form and modules. Any additional tips/pointers of how I will need to go about doing anything would be much appreciated
Thanks in advance!!!
Before I spend days trying to do the following, I would like to know if it is possible to do the following using a Form. Here is what I would like to do...
1- I have a Table with lots of fields. I would like to display the data (as a form) in the table format (looks the exact same as the table). BUT, the user form/table does not display all of the original fields. I would need to create the form/table using a module
2- The User filters the form/table as desired then runs a module which exports and saves the filtered form/table to a .txt format. BUT the .txt file includes the original fields that were not displayed in the form/table. AND some other fields must not be exported to the .txt file. AND some other fields that contain data must be exported as blank fields (place holders) to the .txt file.
I am just looking for a 'thumbs up/down' if this is even possible using a Form and modules. Any additional tips/pointers of how I will need to go about doing anything would be much appreciated
Thanks in advance!!!