Microsoft Access 2010 Personal Relational Database Management System.
3
votes
2answers
40 views
How to set an event duration limit to define “same event” and “new event” in Access 2010 query or SQL?
I hope someone can help me!
I am working in Access 2010 with datetime-stamped records (photographs from camera-traps) that signify visits by specific animals (SpeciesID, AnimalID) to different ...
0
votes
0answers
8 views
Is there a program to convert an Access 2010 DB to an Access 2003 DB?
I've spent the last week making a nice database for a project and my boss forgot to inform me that it needs to be in Access 2003 for the client. Is there a way to seamlessly convert from 2010 to 2003 ...
0
votes
1answer
21 views
Determine if Subform/Subreport Has a Form or a Report Loaded in MS Access
I have a Subform/Subreport control displayed on a Form in an Access 2010 database, and I use it to display both Forms and Reports. I have a few event handlers in which I need to know whether a Report ...
0
votes
3answers
577 views
Access Can't delete records due to lock violations
We have been using a Delete command on Access 2003 with xp machine from past few years and it was working good until we upgraded our systems to Access 2010 and Windows 7.
Please see the error below. ...
0
votes
0answers
23 views
MS Access 2010 VBA Combobox
i am new to programming field for MS Access and VBScript.
I have a question that need help from here.
first of all i have 2 tables in my MS Access database.
1 is Web, 1 is Owner.
Relationship is 1 ...
1
vote
1answer
30 views
ODBC linked table not showing fractions of seconds
I have linked an IBM informix database table through an ODBC connection to an Access 2010 database. My issue is that the date field in this table only shows dd/mm/yy HH:nn:ss in the Access view, where ...
0
votes
1answer
25 views
Form with required field. Deleting the new record
I have a form that is bounded to a table and I have one required field in the table. When I try to enter a new record through the form, and then I decide not to enter the record, I get stuck, It keeps ...
0
votes
0answers
12 views
Mappoint GPS marker, how to collect information
So I have mappoint open with GPS enabled and I can see my current location, I also have an access application getting the current instance of mappoint with:
Dim mapapp As MapPoint.Application
Set ...
0
votes
0answers
48 views
Combobox issue in Access VBA
I am trying to set a combobox's value to the default one, the problem is the data source is from a query that return an integer type , I want my default value to be "*", when I try this :
Private ...
0
votes
0answers
10 views
mysql replication not working on Access 2010 update statements
I have multi master replication set up which works perfectly fine using web application or when using ,mysql workbench etc. However I have now got an application made in Access 2010 which is updating ...
0
votes
0answers
9 views
Access 2010 - OK to Wrap Unsafe Expressions in a method?
I am doing some research regarding turning on the Sandbox feature in MS Access 2010. If sandbox is activated, it will break all my databases using unsafe expressions. I have read where wrapping the ...
-4
votes
1answer
34 views
Export MS Access queries to notepad
I want to export all the queries (names with query code) to a notepad/word document. I'm not good at VBA code but I found this code from some site in web which exports all the queries with query code ...
1
vote
1answer
30 views
MSAccess: Change in subform recordsource causes loss of LinkChildFields binding
I have a problem that Im completely stumped by. Or rather, I have a work-around that is messy and I don't understand why what I want to do doesn't work:
I have a mainform / subform nest. The ...
0
votes
0answers
23 views
Adding a new record via subform
I'm making a simple shop database.
I have tables for products, customers, orders and order details.
I have a form of customers with a "Go to customer" combo box which works fine. It also has a button ...
1
vote
3answers
344 views
Create Table Syntax Error - MS Access, SQL view
Simple question - I keep getting CREATE TABLE Syntax Error, but I don't see the error! My brain will explode shortly so please, I appreciate your help.
CREATE TABLE my_employee
(
employee_id INTEGER ...
0
votes
0answers
20 views
Page Up Key not working in Access 2010
I have forms that are too long and require a scrollbar. The "Page Down" key is working but the "Page Up" key is not working. The key is working in Access 2007 but not in Access 2010 so it's not an ...
0
votes
0answers
41 views
Open a web form in Access 2010 via macro and auto populate field values based on previous form
Im an experienced access developer but Im now venturing into creating access databases that interact with SharePoint. Therefore Im not allowed to use VBA anymore and have to use macros and im finding ...
-1
votes
1answer
1k views
Access 2010: the field is too small to accept the amount of data you attempted to add WITHOUT DISTINCT
I know there are a couple of questions regarding this Access Error message, but they are not related in that my query doesn't use the DISTINCT Key word.
I have two similar queries, one contains ...
1
vote
1answer
49 views
Is it possible to pass parameters programmatically in a Microsoft Access update query?
I have a query that's rather large, joining over a dozen tables, and I want to pull back records based on an id field (e.g.: between nStartID and nEndID).
I created two parameters and tested them as ...
2
votes
1answer
84 views
Add/Edit Button Giving Datatype Error
I have a main and subform. I have text boxes in the main form that will allow me to add/edit information into the subform. Add works fine but when I try to edit a record, the information of the ...
0
votes
2answers
28 views
Query criteria date range
What criteria would I use to produce the following result for a query:
The user is prompted for a single date which returns all records within 7 days of the entered date.
I don't want the user to ...
0
votes
1answer
29 views
SQL reports error when secondary table has no records
I'm writing a Family Tree application with an Access 2010 back end and VB.NET front end. (Long story, not relevant here.)
Most everything works, but I need to sort the marriages for a person. As with ...
0
votes
1answer
15 views
Access 2010: Report Prints Three Extra Pages
In Access 2010, I have a button that launches a macro that prints a report. Button->Macro->Report. The report is only on one page and is 8.1 in width. It will not go to 8.
I have deleted the header ...
1
vote
1answer
70 views
access 2010 custom ribbon vba error
I have a custom ribbon that calls vba commands. When it does, I get the error message
Microsoft Access cannot run the macro or callback function [FUNCTION OR SUB]
where [FUNCTION OR SUB] is the ...
1
vote
1answer
47 views
Getting all rows between date range with min date in column
I'm trying to construct a SQL statement for MS Access to grab all sales from our database by product that have never been sold to a particular customer before 1/1/2013. I believe the following SQL ...
0
votes
1answer
19 views
Emulate SQL Server connector in Python?
I am a little confused about the pyodbc syntax. Basically I want to create a couple of functions to generate different strings configured for different authentication types; for pushing into pyodbc.
...
0
votes
0answers
55 views
access 2010 custom ribbon vba commands not working [closed]
I have a custom ribbon that calls vba commands. When it does, I get the error message "Microsoft Access cannot run the macro or callback function [FUNCTION OR SUB]" where [FUNCTION OR SUB] is the ...
-1
votes
0answers
25 views
MS Access 2010 data entry form with intersection/bridge table [closed]
I'm creating a database for a soccer league in Microsoft Access, and the three tables I'm having problems with are as follows:
PLAYER(PlayerNum, PlayerFirstName, PlayerLastName, DOB, Gender, Address, ...
0
votes
1answer
40 views
CSV Import Bugs - Date/Time Involved
I have a CSV file in the following format:
Dates,Open,High,Low,Close,Volume
#2010-01-03 15:01:00#,1.1648,1.1648,1.1622,1.1646,8
#2010-01-03 15:02:00#,1.1648,1.1648,1.1648,1.1648,1
#2010-01-03 ...
0
votes
1answer
20 views
Does ACCESS keep internals of who changed what when?
It is great that multiple concurrent users can make changes to an Access database at the same time.
Is Aceess itself keeping track of who made what changes, when?
i.e. if one user is logged in with ...
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
33 views
updating an Access 2010 Linked Table connection
How do I change the connection string of a linked table in Access 2010? I don't want to do it programmatically but through the interface. When I try to change it via the table's Properties I get the ...
0
votes
1answer
37 views
Access Custom Primary Keys
I'd like to create custom primary keys in my Access database.
The database is going to be multi-user, so I need a method that ensures each key is unique even when multiple users are trying to add new ...
0
votes
1answer
30 views
Masked textbox mask causes data type mismatch
I have a masked textbox with a mask for zip codes(00000-9999) and an access database field with long type. When I enter a zipcode like 27101 the entry is added(though in access it is -27101), but it ...
-1
votes
1answer
44 views
Error with con.open() with MS Access DB
When reaching con.open(), I am getting an error.
Imports System.Data.OleDb
Public Class Form1
Dim con As OleDbConnection
Dim strCon As String = "Provider=Microsoft.ACE.OLEDB.12.0;" & _
"Data ...
-2
votes
0answers
12 views
Connecting access with excel without saved reports
I have a table with some records and i have written a query to fetch certain rows... i should export that result to an excel sheet. . is it possible to get tat result ...
0
votes
2answers
89 views
visual studio c# how to fill listbox with dataset query results
I am new to C# and have already run into a problem. I am writing a program to display a week or events separated by day. I don't have very much experience dealing with access databases, but I have ...
1
vote
1answer
165 views
Memo Field being Truncated in Report Print Preview or when Printed
Ok, I've seen several posts regarding a Memo field being truncated when linked to a query with the DISTINCT attribute. However, I have a simple report with a memo field that successfully grows as it ...
-2
votes
1answer
32 views
Is there a place to get Microsoft Access Templates for forms/reports?
I was looking for a quick Form/Report template that I can incorporate a current database into by just binding the fields to the specific fields that are in the template.
1
vote
1answer
46 views
excel and sql queries through different subs or functions
I have an excel sheet which i use with an access database. I want to open the database and use different sub routines with different queries.
However i don't know hot to publically assign an variable ...
0
votes
1answer
34 views
Using surrogate keys in linking table in Access - how to show “friendly” key as well
I am migrating a horrific database from Lotus Approach '97 to MS Access 2010. This is the first time I have used access, however I am familiar with SQL.
I have a table of Events, and a table of ...
0
votes
0answers
19 views
Modifying an embedded macro in an access web database
I have an embedded macro in an access web database and i need to modify one of the conditions but have run into some issues. The condition below is puzzling me
[searchable] Like "*" & ...
0
votes
2answers
2k views
Excel ADODB VBA error msg 'Not a Valid Password'
I am trying to open a Connection to Password protected AccessDB, through Excel VBA.
I am using the following connection string
conn.Provider = "Microsoft.ACE.OLEDB.12.0"
conn.ConnectionString = ...
-10
votes
2answers
220 views
How to perform a MS Access select query using c# interop [closed]
I would like to use c# interop com to run a query in Access. When the query is run I would like to save the data to a C# object (datatable or custom object). I am aware that I can use Jet or ODBC ...
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
2answers
48 views
Using the result of an Access query in another query.
I've searched the internet for a solution and racked my brains trying to figure this out, hopefully someone can help. Here is the basic situation.
I have a list of transactions in a table. Each ...
1
vote
1answer
32 views
Getting random error: “The expression On Change you entered…”
Running Access 2010 on Citrix against a SQL Server 2008R2 backend. Occasionally my users will get an error reading:
The expression On Change you entered as the event property setting produced the ...
-1
votes
1answer
19 views
How to iterate over table in Access 2010
I would like to iterate over the rows in my Payment table. User chose for what month and year has wants to book and I want to check in the each raw if this house was booked for this year and month. I ...
1
vote
1answer
95 views
MS Access 2010 Ranking Query comparing two columns for unique ranks
Your gracious help on this problem will be very appreciated for programming noob.
I've tried to search google world for last 3 days and no luck.
Background:
I'm building a comprehensive analysis of ...
-4
votes
3answers
55 views
Select MAX INT value of TEXT column
UserID UserName Password
1 abc 123
10 xyz 456
3 mno 254
SELECT MAX(UserId) AS UserId FROM UserLogin
When I ...


