How to determine if a form field was disabled by formatcondition
Hi all,I maintain an application that was initially written by another guy. The app makes use of conditionally formating of form fields.So it came to a situation where the form field is ENABLED and...
View Articledelete event question
hi,I like to use a delete event macro to keep track who is deleting records from a table.the table is in a back end database, there are multiple front ends.is there a way to find witch front end is...
View ArticleTotal Sum of a column in Access
I have a query that is returning the results i need to calculate the sum of a column called credit ,CREDIT100005000I WANT TO DISPLAY 15000 as a result , now i have , selected the column , then pressed...
View Articlequery aliasing in select command
i want to alias a column with space separeted Name as follows SELECT REGIONS.REGION_NAME as Region Name from tblRegion but it gives me error. i can do it as follows SELECT REGIONS.REGION_NAME as...
View ArticleIs it possible to Export and Rename the file extension in a sequenze? MS...
I have a Sub that works fine. Now I want to rename the file from the Subs name "Export.txt" to "Export.abv".The working Sub is shown here: Sub PETER2() On Error GoTo PETER2_test_Err DoCmd.TransferText...
View ArticleA related items control dosn't work correctly.
My name is Yoshiki-Tojo from Japan . Managing Director of Tojo Management Science Laboratory Co.Ltd in Tokyo, Japan .Now I am developping an application in Access Web 2013 under SharePointServer on...
View ArticleVBA code too slow for Access 2007
Hello! VBA code takes very long to run, is there a way to get it faster ? Thank you in advanceDo While Not alg.EOFSet rs1 = db.OpenRecordset("SELECT sum([table2].eSumma) as SumOfEsumma FROM [table2]...
View ArticleFilters in Web Access Database 2010
Hi everyone, hope you are great.I need assistance creating a web database. I have a report with several employees that belongs to different clients. This reports varies from month to month. I need to...
View ArticleChange Access 2007 to 2013 - Calculation Problems
Hello togetherI have a form with some calculations in the code area. (no complicate stuff, just add, div,multiplicate).This form works with Access 2007 perfekt. Since i have upgrade to 2013, in some...
View Articlesyntax for VBA query date between start date and end date
Hello!I try to populate different columns of a table from different queries, and I get the same result for the following two queries, why is that ?Set rs1= db.OpenRecordset("SELECT table.deebet,...
View ArticleUpgraded to Office 2010, now can't import spreadsheets or text files?
Had Office 2003 then 2007. After most recent upgrade, now I can't import either TXT files or XLS files.I found this thread here that suggested opening the XLS file in a "hidden" window. While I dislike...
View Articlesyntax error in update with select clause
I am getting a syntax error in my clause this is the code that I am using. Although I am using vb6 but the error is coming from the sql statement.Can anybody help me spot where the error is.Set rst =...
View Articledate parameter syntax in VBA/Access
Hello!I try to populate different columns of a table from different queries, and I get the same result for the following two queries, why is that ?Set rs1= db.OpenRecordset("SELECT table.deebet,...
View ArticleVBA update multivalue fields
Hi I am trying to update a main table (Passport) containing a list of servers:The Issues field is a multivalue lookup from the issues table. I have a table "Serversdown" copied from an excel report and...
View ArticleSimple Code running in Access 2007/Vista but not in Windows8/2013
I have a Access Table where I delete records depending upon the length of a field content.Code: If Len(t1![Security_Code]) > 3 Then t1.DeleteThe code runs but Does NOT delete records with the...
View ArticleAn error occured while loading form...
I have a database that is being opened programmatically with VBA in an Access.Application objectDuring the opening process, an error is fired, apparently by Access or DAO.“An error occurred while...
View Article64-bit Microsoft Access dBASE Driver (2010) is slow for read-only tables
Hi,On Windows 7 64-bit I am reading data from a large dBase .DBF file that includes an .MDX index file through ODBC/ADO. When the table is on a read/write location performance is good, but when it is...
View ArticleMS Access Error 2105 on docmd.OpenForm or GotoRecord
I have a form bound to a table. Its dataentry property is set to yes. When users open it, they are prompted to enter an account number first. If the account number is already in the database, I want to...
View ArticleAccess 2007 runtime
Hi1. I understand that I can deploy 2003 mdb files to users with 2007 runtime installed. Is this correct?2. Will the Installer that I create change the extension on those mdb files, like it changes...
View ArticleProject is unviewable
I am using Access 2010 and I am working on an access file created in 2003 in .mdb format. When I try click on the AfterUpdate event of a text field, I got the error message saying "project is...
View Article