Bryan - Gendev
Programmer
I have asked a number of questions about a new membership database I have been building.
I have just received a request for further features.. as you do!
The user will want to be able to send emails to selected groups of members from within the application.
My first idea was to create SQL queries to get the members the user wishes to set SELECT = .t. for - at the moment 6 are specified.
Whilst I can write the queries into say a table and run them as required it is likely he will think of other queries he would like to make .. as they do.
Is there a 'universal' query form that the user can select fields from the members table and construct a query.
I think this is called QBE ?
Thanks
GenDev
I have just received a request for further features.. as you do!
The user will want to be able to send emails to selected groups of members from within the application.
My first idea was to create SQL queries to get the members the user wishes to set SELECT = .t. for - at the moment 6 are specified.
Whilst I can write the queries into say a table and run them as required it is likely he will think of other queries he would like to make .. as they do.
Is there a 'universal' query form that the user can select fields from the members table and construct a query.
I think this is called QBE ?
Thanks
GenDev