N
novus
I have FP2003 & Access 2003.
Using the database results wizard it appears I only have access to ANDs and
ORs. Can I use things like NOTs and exclusive ORs? Can I manipulate the code
produced by the wizard in code view?
If I have a query like:
(a=6 AND b=4) OR ((b=7 OR c=9) AND e=11)
can that be processed? If the brackets can be dispensed with if I know more
about heirachy of Boolean operators then just tell me to go away and find
out.
Can somebody point me at a summary of the pros and cons of using SQL with
Access and FP as against the 'inbuilt' FP/Access interface?
Finally, if SQL seems a more powerful option, can someone point me at a good
online tutorial in SQL?
Thank you,
novus
Using the database results wizard it appears I only have access to ANDs and
ORs. Can I use things like NOTs and exclusive ORs? Can I manipulate the code
produced by the wizard in code view?
If I have a query like:
(a=6 AND b=4) OR ((b=7 OR c=9) AND e=11)
can that be processed? If the brackets can be dispensed with if I know more
about heirachy of Boolean operators then just tell me to go away and find
out.
Can somebody point me at a summary of the pros and cons of using SQL with
Access and FP as against the 'inbuilt' FP/Access interface?
Finally, if SQL seems a more powerful option, can someone point me at a good
online tutorial in SQL?
Thank you,
novus