1. All yes no items should be tied to a query that produces yes (not no)
2. Take the query defined above and design a report listing the items vertically
3. Make the report a sub report of your main report and it will always show ony the yes answers reguardless if they are different for each record.
If the result is in the query as you stated, then you will be able to add it to a report, unless your report is not tied to the query.
Do you know what your report's control source is?
There is a setting on the SQL server for how long it waits before it times out. You can test this by running a short query that produces a small amount of results from Access. If you get the same results in SQL as well then expand the query to grab more records or make the query more complex...
If you use the menu File, Get External Data, Import and tell it the import file is Delimited, then you can also tell it that it is delimited by "\" and the result of the imported file will be what you want.
You can create a macro of the above description in case you need to import this file on...
Actions should not be turned off through options because then they are permanently off for all access apps. What should be done is they should be truned off during the running of the query and then turned back on after the query is run. To accomplish this, build a Macro and tell it to Set...
Most of the time ODBC are not very efficient for queries. I have been quite successful with this:
1.Import your data from the ODBC Pervasive data into your access app using a "make a table query"
2.Run your process against this table
Most of the time speed is no longer a problem...
Assuming your form is capturing data and sending it to a table,
1. Design a new query that has criteria set for only checked boxes for that person on the form.
2. Design a report to print your new query
3. Add a button to your form that prints the report
I hope this helps.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.