What is the best way to pause in Access VBA? There are two goals here.
1. Sleep for x seconds (without hogging the resources). [30 pts]
2. Use the Shell command to do a task such as ...
Getting the following message when I open the database:
"The database cannot be opened because the VBA project contained in it cannot be read. The database can be opened only if the VBA pro...
Hi everyone. I need help. I have a combo box in my form that i want to populate multiple text boxes after you select your selection in the combo box. Here is my set up.
The Fields that need...
Hi all,
I need to be able to use some common math functions in a select statement (query) I am writing.
Sin() and Cos() work just fine.
Atan() and Asin don't work (MS Access doesn't r...
I've been contracted to work on a large scale database for a local physicians pratice that meets at 4 locations. I'm looking for a sample healthcare employee Access Database, so that I can beg...
I would like to only show data if a date is greater than the specified date.
This is the line in question:
WHERE (((tblInventory.ConsumedDate)=[Forms]![frmReportInOutTimeframe]![txtDateEnd...
I have a listbox that displays results of a query.
The first description field can be lengthy and I want to show at least two or more lines.
I searched for code to increase the width of the ...
I have an Access database that I have created a form where the user can check multiple reports and when I press a button I need it to export each as a PDF. Here's the catch. I want the user to...
I've been researching this problem on this site and see many others have experienced it. I think I'm dead in the water, but wanted to ping you guys to make sure before going to a (very old) b...
I am computer technicain supporting building with over 2000 users.One of them created Office 97mdb file and converted to Microsoft Acceess 2003.After convertion, some of the users having probl...
I've been looking for this for some time and it must be my question language that's the problem.
How do I call a sub routine on a sub form from a master form?
I'd have thought that it'd ...
Access 2003
Excel 2003
I want to open an excel workbook, Select a ashett and sort it by Column C
I do not need to see excel do this.
I can't get this to work
Public Sub sortExcel()
...
Hi,
Is there anyway I can use VBA code in MS ACCESS to remove a linked table and connect a linked table?
I need the linking code (or procedure if it's big enough) to go in the following:
...
I need to record Purchase Order line item quantities to 2 decimal places. In the past I've always used a double data type and forced rounding to 2 decimal places in my forms. I've been toying ...
Hi,
I accidentally changed the property of one of my tables in Access to Hidden and now I have no idea how to "undo" that property because I can no longer see the table. Advice?
I am trying to open an access database from a networked drive and I recieve the message, "Microsoft Access cannot open this file. This file is located outside your intranet or on an unrestrict...
Hi.....could you please tell me step by step how to combine tables with the excat same fields in Access. I read somehting aboutn a UNION query but have no idea how to do it. Thanks.
I know how to do a single-line comment in VBA:
'This is a comment
Usually when I do multiple lines I just begin each line with a single quote:
'This is comment line 1
'This is commen...
Hey everyone!
This code was working fine. I have tested it and it worked...it has worked for about a week now. I get an email the other day telling me there is an error with my Access DB. T...
Hi All,
We've just upgraded from Win NT to Win 2k Pro, for some reason I get "Automation Error" "The specified Module could not be found." on the following code:
Dim fs
Set fs =...
I will like to create a table listing the ft and inches on one column, list the converted fraction in the next column and finally list the conversion in decimal places in the last column as sh...
Description of the issue
We have an issue in which end users cannot filter or sort Microsoft Access tables that are links to Oracle tables for which the schema+tablename exceeds 30 characters...
Like it says, really! Most times when I open Access or one of its apps, a dialog box comes up telling me that it is installing, configuring, etc... it. The app then opnes but the following pro...
Hi there!
I want to "append the XML data to an existing table" and it is easy to do it "manually" through
File > Get External Data > Import > *.XML (chosen) > (Import Options) "Append D...
Hello,
I have a database .mdb which has got corrupted (Error 3197). I can't open it. I have tried and searched any solution, but apparently there is no one.
Can somebody help me, please?
...