In my database, I have an existing query that I want to use with several different forms specifying date ranges.
Using VBA, is there any way to do the following:
1) Reference the query
2) Run an SQL statement on the query to obtain a subset of records that match my date criteria
3) Create a...
Is it possible to DoCmd.Restore on Form_Load for a specific form without affecting other forms that may be open? (i.e. a menu form)
Or, do I need to close the form I want to remain maximized when I open the form I want to "restore" to a half-screen size (and then reopen the first form...
I am having difficulties extracting information from another application to load in my database. I have one table (tblAccounts) that stores account numbers and another table set up to receive the account number and the additional information I'm screen scraping from our system. I am using a...
I have the following code and when I attempt to run it, it doesn't loop properly.
The underlying table from which I am pulling data contains 1000 records. The field length is 20.
The online help hasn't helped me at all and I'm wondering if anyone is seeing anything that stands out as being...
I'm wondering if the following is possible. I can't seem to find any supporting documentation on the Microsoft site.
I have a control that I am using to "create" a project description that (via concatenation) pulls together several fields... some of which are % and currency. I have my...
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.