Our team is attempting to retreive data from an Oracle 9i database via ADO connection and write its contents into an Access table (for further manipulation). At present, we do not have access to create a stored procedure on the server, so that is not an option.
Question is what is the fastest...
All,
I've done a search and had no luck. I have a simple report grouped by a value. I would like to print each group on its own report. Is that possible?
Hi. I have a report in which I group by Date and Market and I would like, on the same report at the end, sum the totals of only the markets. For example the report is currently like this:
Group 1:
Date: 3-27-05
Market: Chicago 500.00
Market: Denver 250.00
Market NY 100.00
Group 2...
1) you are checking for Null by subtracting 2 dates - is this right
ACtually, no. The - sign in this case acts as an OR statement. I'm stating that if A or B textbox are null then criteria should just be * (give me all records), if false criteria should be between A and B textbox. But just...
Hi. I'm using the following in a criteria, but Access just hangs. Any thoughts what I'm doing wrong?
IIf(IsNull([Forms]![frmMain]![txtbegdate]-[Forms]![frmMain]![txtenddate]),*,between [Forms]![frmMain]![txtbegdate] and Forms![frmMain]![txtenddate] )
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.