Microsoft Access 2010 Personal Relational Database Management System.
0
votes
0answers
31 views
Overlapped listboxes not displayed correctly
I am working on a MS Access (2010) application with a textbox and a listbox (lstA) below it. As the user starting to type into the textbox, another listbox (lstB) appears right under the textbox to ...
1
vote
1answer
75 views
MS Access Asynchronous Queries
I have a basic SELECT query fired from an Access form that takes a while to execute, so I would like to run the query asynchronously and allow my users to continue using the form (or at least keep ...
0
votes
1answer
40 views
check for duplicates before saving record in Access 2010
In saving data from a Form, I want to check for duplicate email and password. If email and password is already in table, prompt with some message. I also tried with many control event but the events ...
1
vote
1answer
14 views
Access query select
I need help with a query on Access database that I don't know how to do.
What I have is a database with a table diseases that stores diseases names and ID another one called Symptoms that stores ...
1
vote
1answer
127 views
.findfirst vba access2010 unbound form runtime error
I have the following VBA code to populate unbound fields in an unbound form in Access 2010 :
Private Sub Combo0_AfterUpdate()
Dim D As Database
Dim rsExp As Recordset
Dim Criteria As String
Set D = ...
2
votes
1answer
67 views
How to hide form in Navigation Pane?
I am trying to restrict Datasheet viewing in the Navigation Pane shared with a Form. How do i do that? I already went to Design View and Property Sheet and changed the viewing, but i do not want it to ...
1
vote
0answers
126 views
Convert Access 2010 accdb to 2007 accdb
I'm trying to convert an accdb file from use in Access 2010 to Access 2007. I first tried opening the file with Access 2007 and I get the error Unrecognized database format. I was able to get my ...
1
vote
1answer
219 views
Display queries in access subform from a selected listbox
Within Access 2010, I am trying to make a form display a query within a subform QueriesSubForm that when selected from listbox QueryListBox and then click on the button runbtn. It is supposed to ...
2
votes
1answer
124 views
F# OleDb Syntax Error in INSERT INTO Statement Pulling Data from Access to Linked SQL Server
I'm running an F# application to pull data from an Access table to a linked SQL Server table. Here is the resulting query:
INSERT INTO dbo_TempTerm (UnitID, PolicyTermYear, InsuredName, PolicyNumber, ...
0
votes
3answers
314 views
Auto Populate Access Form using simple VBA code by setting a variable
I was recently given the task of creating a form that will autofill with the information from a table. The information the form autofills is selected using a primary key called ModID. I have a combo ...
2
votes
3answers
68 views
Exporting from MS Excel to MS Access with intermediate processing
I have an application which produces reports in Excel (.XLS) format. I need to append the data from these reports to an existing table in a MS Access 2010 database. A typical record is:
...
1
vote
1answer
77 views
Kernel32 issue with MS Access 2010 on Windows Server 2003 32-bit
Hi I have recently installed MS Access 2010 on my Windows Server 2003 32-bit. Since then one of my VBA scripts isn't running properly. MS Access is quitting unexpectedly giving this error with ...
0
votes
0answers
51 views
Predictive text not working in combobox
I have a combobox which I want to use on a touch screen using touch buttons in ms access 2010.
I set the combobox ime sentence mode to phrase predict, allow autcorrect to yes, row source type to ...
2
votes
1answer
92 views
access 2010 how to check if yes/no field is checked
It might look like a stupid question but its making me go nuts because i cant find the solution.
I keep getting this error:
Call to a member function fetch() on a non-object
With this sql ...
0
votes
2answers
82 views
Getting Access to send emails to dynamic addresses
This is in Access 2010 and I have virtually no experience or familiarity with VBA.
In my form (frmEmailLookup), I have combo boxes and list boxes and a subform set up so that when the user selects a ...
1
vote
1answer
68 views
Extact Whole Number From Decimal In Access Expression
I'm having trouble extracting the whole number from a number field in the expression builder in Access.
Here's what I thought would work:
Left([NumField],InStr(1,[NumField],".")-1)
This does not ...
0
votes
1answer
131 views
Export data from datafile to excel format
Background:
Our company uses Sage Line 50 as our accounting software. We generate all of our Sales Orders from this program. We also use MS Access 2010 to store order information and generate our ...
2
votes
4answers
235 views
Connection String of ms access database 2010 in c# for dns less
Friends...
Since,
OleDbConnection vcon = new OleDbConnection(@"Provider=Microsoft.ACE.OLEDB.12.0;
Data Source=C:\Users\Tushar\Documents\db.accdb");
This string use in c# for ms access database ...
0
votes
1answer
297 views
Merging multiple PDFs to Single PDF using VBA
I am working on a requirement where I am merging 14 individual PDF to single PDF file. Also I want to add page number to each page after merge. Anybody has an Idea how to add page number in PDF file ...
1
vote
1answer
63 views
Setting column filter / criteria on query brings up Access' “Enter Parameter” dialogue
I've written a query that has a few calculated fields (the values are financial and each field relates to a month of the year) E.g.:
Period 1 ALS: [Period 1]-[Period 1 Retention]
Period 2 ALS: ...
1
vote
1answer
177 views
why does “SELECT 1 from <table>” cause a LCK_M_IX on another process doing a DELETE
I have a table listing patient_clinic_visits. I have SQLSERVER 2005 backend. Access2010 frontend.
Each morning this table needed refreshing from a data dump from the hospital mainframe.
this data ...
0
votes
2answers
219 views
I am getting: "You tried to execute a query that does not include the specified expression 'OrdID' as part of an aggregate function. How do I bypass?
my code is as follows.
SELECT Last, OrderLine.OrdID, OrdDate, SUM(Price*Qty) AS total_price
FROM ((Cus INNER JOIN Orders ON Cus.CID=Orders.CID)
INNER JOIN OrderLine
ON ...
0
votes
0answers
24 views
Phantom boxes in an Access 2007 form when viewed in Access 2010
I have an Access db (developed in Access 2007) set to display windows in tabbed view. It opens with a simple form to show the user various options. Since I made it, we upgraded to Access 2010.
Since ...
0
votes
0answers
63 views
MS ACCESS - Creating Dynamic Headers from joined Crosstab queries
I have a SELECT statement that is based off two Crosstab queries (I'll call this MAIN). In my Crosstab queries I have used Parameters that are DateTime and the values come from a form. The Parameters ...
0
votes
2answers
200 views
Access 2010/2007 VBA email daily report to companys based on table with email addresses
Basically I need to send a report each day to dealers we disburse funds to. I have a table that has the dealer names, ID number, and their email addresses. For each report I need to loop through ...
1
vote
1answer
295 views
building a search form in Access 2010
I am trying to make search customer form for access 2010.
I like to have an option group based on a query search. I made a search query looking for first name or last name. two textboxes are also ...
0
votes
1answer
132 views
How to close file handle after Application.run in Access
I have a kind of complex scenario
The Access-Application we are developing calls a VBA Function in another Access-Application which then triggers an Install Routine by calling the "calling" ...
1
vote
1answer
96 views
Microsoft Access with SQL Server linked tables hangs when doing search using the On Change event
I wonder if anyone has any advice for me, essentially we're using a textbox to do a search but it's causing some problems. We have a listbox with rowsource set to the equivalent of
select * from ...
0
votes
0answers
88 views
Type mismatch error when open report with parameterized pass through SQL Query in Access 2010
We have 4 scenarios:
spOnlyYear who requieres one parameter, Year
rptOnlyYear with one parameter
spDateAndYear with two parameters, Date and Year
rptDateAndYear with the same two parameters.
the ...
1
vote
1answer
107 views
Concatenate records and GROUP BY in Access
I have a table like this:
title part desc
Blah This 1 This begins the
Blah This 2 example table.
Some ...
1
vote
1answer
38 views
Search for text with specific length and no spaces
I am just learning Access (2010) and am trying to set the criteria for a query so that it only brings back names where the length is 10 letters and there are no spaces.
I did put in ...
0
votes
1answer
22 views
Summing calculated fields in access
I have generated an access report that shows the process comments for the different locations we have in the organization. What I need to do is to count the total number of comments we have per day ...
1
vote
1answer
140 views
Access 2010 Runtime Error 2185
Hi I have an application created in Access 2007, it's front-end and back-end is split. I am trying to open the database using Access 2010 runtime, however the application crashes when I change ...
0
votes
2answers
107 views
How to improve efficiency of this query & VBA?
I have this query in Access:
SELECT TOP 10 title,
ConcatRelated("DOCTEXT","DocumFrag", "title='" & title & "'" ) AS result
FROM DocumFrag
GROUP BY title;
DocumFrag contains about 9000 ...
2
votes
1answer
248 views
What is the SQL Query Syntax to write to a Date/Time Data Field in MS Access from LotusScript?
I have a LotusScript (8.5.3) routine that writes Notes data from a view (8.5.3) to a Microsoft Access 2010 database using ODBC. I'm using an SQL statement similar to the one below to write the data. ...
0
votes
1answer
42 views
Access 2010, SharePoint List, ASP
I have an access 2010 database which is linked to a sharepoint list. I have an ASP page which is querying the database and displaying data on a web page. The page auto refreshes every 30 seconds and ...
2
votes
1answer
248 views
Format a csv file with a macro
I have a .csv file that I am exporting from our accounting software. The ultimate goal is to import "some" of that data into an Access 2010 database table by appending records. My issue is that I ...
0
votes
0answers
125 views
Cannot Open Database Created with Access 2007 in Access 2010 stack overflow error
I created an access database linked to a MS SQL 2008 Back end
whenever the user attempts to use this database in an access 2010 machine the
error dialog that appears reads
"Run Time Error (28)
Out ...
0
votes
0answers
33 views
MS Access Database Form is not visually showing values but they are there when I extract the data in code
i have an Access database that populates a few text boxes/ comboboxes in a form through code.
its been running fine for months.
now, on occassion (not everytime), when I load in the data, the form ...
0
votes
3answers
55 views
Access SQL/query has truncated field at 25 characters?
I have this query in Access:
SELECT a.title, a.init, a.name, l.User AS CreatedBy,
IIf(IsNull(l.Time),Null,DateAdd("s",l.Time,#3/1/1980#)) AS CreatedAt
FROM (Reports AS a LEFT JOIN
...
1
vote
1answer
193 views
MS Access SQL join problems in case of “recurring” query
I'm facing an issue where we have 3 tables.
It should display if supplying warehouse does not have that item (deleted) or not even has a setup for however it should be the supplying warehouse ...
0
votes
0answers
69 views
MS Access Dialog Form with Null Unbound Checkbox
Here's a weird one for me,
I have a form that I'm opening as a dialog, with unbound checkboxes. It's simply to have the user choose which reports to print. After checking the boxes the user clicks ...
1
vote
1answer
307 views
calling Access query from Excel macro
I have a VBA macro in Excel that calls a query in an Access database (.mdb). However, the Access has been updated to a .accdb file and I don't know how to change up the macro (and/or include any ...
0
votes
0answers
14 views
Implementing in table security in msaccess
I'd trying to find the most pragmatic solution to enable the following: the database stores client information. The clients are added and managed by assistants. Any assistant can only see (and modify) ...
0
votes
0answers
66 views
Reserved error (-7732) when importing data with Access 2010 (64bit) via ODBC
When create a new database in Access 2010(64bit) and tend to import data from a 3rd-party database via ODBC, an error message is displayed by Access 2010(64bit).
Error message:
"Reserved error ...
1
vote
1answer
35 views
How to keep Access from login in and out on every query?
I inherited an Access app and the data is in Linked tables. The actual data is on a SQL Server box. One thing I noticed in the SQL Profiler is that Access connects and disconnects on every query.
I ...
0
votes
1answer
36 views
Can I delete *_local tables after upsizing the Access project to SQL Server?
I upsized an Access 2010 project (.accdb file) to SQL Server. I only moved the tables and now the table list shows the linked tables and their local copies (e.g. tbl_local).
Can I delete these local ...
1
vote
1answer
33 views
Access Expression Building Reference to itself
Lets say I have a report that has two columns; "Commission" & "Commission Cancallation". In my report these are represented as textboxes; txtC and txtCC. I want to txtC to be $0, if txtCC is not ...
0
votes
1answer
56 views
Auto pulling of data from sqlite to MS access using android
Can someone help me in my project? I'm new in android and its kinda hard exporting data from sqlite to ms access. Is it possible that there is a code for auto pulling of data from the emulator to ms ...
1
vote
1answer
80 views
Calculate Sum of Products Over Time With Changes in Historical Values
Given two (simplified) tables in Access 2010:
**tblDailyLabour**
DailyLabourID - PK
DateRecorded
EmployeeID
QtyHours
**tblEmployeeHistory**
EmpHistoryID - PK
DateApplicable
EmployeeID
PayRate
...




