G
Guest
I have a continuous subform showing records which meet criteria selected in
the main form. Currently, the source for the subform is a query. I believe
I can get the same result by putting in an SQL statement, though, so my
question is this: Is there a significat advantage or disadvantage to using
the query over an SQL statement?
The query is easier for me to set up, but does it take more memory or result
in a 'slower' database? Also, I have some concerns that, despite
precautions, the query would be easier for a user to accidently alter or
delete.
This database will eventually house quite a bit of information (at least 1
GB), so I figure that even small differences may wind up being significant.
Any thoughts or suggestions are greatly appreciated.
the main form. Currently, the source for the subform is a query. I believe
I can get the same result by putting in an SQL statement, though, so my
question is this: Is there a significat advantage or disadvantage to using
the query over an SQL statement?
The query is easier for me to set up, but does it take more memory or result
in a 'slower' database? Also, I have some concerns that, despite
precautions, the query would be easier for a user to accidently alter or
delete.
This database will eventually house quite a bit of information (at least 1
GB), so I figure that even small differences may wind up being significant.
Any thoughts or suggestions are greatly appreciated.