What is the best way to search a recordset on multiple columns if the Seek method is not supported?
We're moving a growing table out of an Access MDB and into an Oracle DB. Every day 500-3,000 records are processed from a flat file and compared against what's in this table and records are...
Is there any event that indicates form rendering has completed?
I want to reposition/resize a form based on the available space in the main access window. In the Form_Load event, if I do:
Me.Move 0, 0
...that should move the form to the very top left of the main access window under the menubars...
Hello,
I'm using an SQL string to populate a multiselect listbox with dates. It's something like this:
select job_date, format(job_date, "ddd") as Day from job_list;
...and I want to sort by Day of Week in order (i.e. Mon, Tue, Wed, Thu, Fri, Sat). So I tried this:
select job_date...
Hello,
I need some help in finding the best way to compare records in a Access table to the records in 6 different tables (with millions of records each) in an Oracle DB via ODBC, using VBA...
Notes about the tables in the Oracle DB: (1) It's not an option to modify the them, (2) Access...
I have a report that shows sales rate by employee, and I want to be able to sort the report by sales rate (desc).
The query I'm pulling from has multiple records per day per employee, so to get a summary in the report I group by employee, and don't display any detail.
I can't create a summary...
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.