Microsoft Access 2010 Personal Relational Database Management System.

learn more… | top users | synonyms

0
votes
1answer
34 views

Building a form in Access can filter specific records in a table

Is it possible for an Access form to filter specific fields in the record source table so the user can deal with them only a part form the rest of the table fields? The table contains many fields and ...
0
votes
1answer
29 views

access 2010 writing SQL statements

I am writing SQL statements in Access 2010 for my homework. What I am trying to do is Display the Client Number, Client Name, Bookkeeper Number, First Name, and Last Name for all clients. Sort the ...
0
votes
1answer
41 views

running sum & add value to first row only

I am creating a ledger using MS Access 2010 I have the ledger report with unbound textbox to calculate the balance of each record include running sum for a calculation of 2 fields as below: ...
0
votes
1answer
43 views

Access 2010 Data Macros Causing Form Refresh For No Reason

I'd like to report this as a bug to Microsoft, but was wondering if anyone else has encountered this. ++++ Here's a really interesting and obscure issue with Access 2010 Data Macros. The issue is ...
0
votes
0answers
41 views

Determine what user 'ms access database' is using to link to another database

When trying to import a table onto a ms-access database from another database, I get the error You don't have permission to import, export, or link to 'exampleTbl.' To import, export, or link to ...
1
vote
1answer
85 views

Populating field(s) in a table with values derived out of VBA code

I found some neat code (via here actually) for getting the username of the user currently logged in to Windows. Say I have a table called AdminEntry. I'd be looking to get the AdminEntry table set up ...
1
vote
3answers
48 views

How to remove period in Middle Initial ms access

I have two table that 1 table need to find a match on the other table. Say I have table1 and Masterfiles table. Table1 has a name field the same with Masterfiles. But table1 name field has different ...
0
votes
0answers
41 views

MSAccess VBA for Creating Processing Loop

I'm trying to create a loop to process multiple records in a cross reference and if there is more than one match to take the matches and concatenate them together with some text in a field called ...
0
votes
3answers
86 views

Syntax error in INSERT INTO statement (Microsoft Access)

I am using Visual Studio 2010 connected to an Access database (2010). I created a button to add items from textboxes to the database and I'm getting the error "Syntax error in INSERT INTO statement" ...
1
vote
2answers
53 views

Insert values from two different tables into another different table with concatenate

I have a button which uses two separate queries that pull data from two tables and insert into another table: Dim lngID As Long Dim lngIDCallout As Long Dim strSQL1 As String lngID = ...
1
vote
1answer
107 views

Selecting record from a table/form in one ListBox and displaying it in a ListBox in another table/form

I'm having some trouble writing code for a button to add a selected record from one listbox(ListBoxForm2), to another listbox(ListBoxForm1). I've got a working button to remove a selected record from ...
0
votes
2answers
41 views

MS Access making navigation options on form NOT mutually exclusive

I'm creating a navigation form where some of the navigation buttons simply apply filters to the subform. Problem is right now each option is exclusive, i.e. I can select staff either by branch OR by ...
0
votes
2answers
157 views

MS Access VBA acImport sheet name with spaces and range

I'm building a form with a button called "Go" to import a specific range of a specific excel sheet from an excel file. Another sub/function takes care of having the file name on the form in the field ...
1
vote
1answer
27 views

How to make Access Ribbon Menu 'Sticky'?

I have developed an Access ribbon menu and it works. My question is how to make it 'Sticky?' (tab with selected option remains open) I.e., let's say you select an option from the 3rd tab of the ...
-1
votes
1answer
25 views

iff command issue in MS Access

Hi I am newbie in MS Access I am using the following expression to calculate the balance of my wallet Balance: Nz(IIf([In]=Yes,Sum([Cost]),0))-Nz(IIf([In]=No,Sum([Cost]),0)) I want to take ...
0
votes
1answer
104 views

Can I display search results of a MS Access 2010 database into a combo box (Vb 2008)

I need to have my program be able to search each column on a database until it finds matches, then output those matches into a combo box. I have currently programmed a way of it searching one column ...
1
vote
2answers
50 views

Confirmation prompt for change to value on an Access form

I am trying to revert back to the original value if, at the MsgBox prompt, the user chooses "No". However, this is not happening. Can you please have a look to see where I am going wrong? Private Sub ...
0
votes
1answer
204 views

Using an update statement for Access database (VB 2008)

I'm trying to create an update statement for my program that will update a database using SQL based on the data the user inputs, unfortunately I have the problem that I can only update one column at a ...
1
vote
2answers
179 views

Checking and showing null value in MS Access Query

I'm trying to write an SQL query to show the sum of every category. The problem is that I need the sum of every category and even if the sum is zero it should still display the results. I am doing ...
0
votes
1answer
59 views

[VB.Net]SQL Parameters Sending Name Instead of Values

I am trying to figure out how to use command parameters to pass values through an SQL statement since concatenation was not working at all but I am running into a weird problem and I cannot find any ...
2
votes
2answers
290 views

Access VBA Form Private Sub calling Public Function in different Module

In my database I have a public function in a module that receives a SQL string and returns an open recordset. This function works just fine when called by other public subs, both in this module and in ...
0
votes
0answers
44 views

Modify Access 2010 Query

I have been successfully using the following Access 2010 query to retrieve data from a large (more than a million records) csv database containing the expenses of several thousand organization. This ...
0
votes
2answers
78 views

Excel to Access import, column determines field value

I am trying to create an Access database to track income and expenditures for a number of accounts. My difficulty is that my boss insists the people responsible for reporting expenditures on these ...
0
votes
2answers
200 views

Import Errors from Excel to Access Using DoCmd.TransferSpreadsheet acImport Method

I'm getting some import errors when importing data from Excel in to Access. I'm using the DoCmd.TransferSpreadsheet acImport, ... method to do the import. The column of data that is failing ...
1
vote
2answers
67 views

Access VBA Dimension only storing expected value the first time it is run

I've adapted this code from somewhere else. At the click of a button on a form it's meant to tell me the number of non-empty rows in a given range of cells (C1:C500) on an Excel spreadsheet... Sub ...
0
votes
1answer
15 views

Add a field to a query where the data comes from a subform

I need to filter a a table with parameters that are calculated on a non related table, but to do this in Access web I need to add the [Project_Id] to the task list. To clarify further, the user ...
0
votes
1answer
127 views

Subscript out of range - Excel.Application.WorksheetFunction.CountA

I'm trying to count the number of non-empty cells in an Excel spreadsheet from MS-Access VBA. The idea is that I click a button on a form in MS-Access and the number of non-empty cells are stored as ...
0
votes
1answer
116 views

Excel's COUNTA equivalent in Access VBA to return number of non-empty rows from a spreadsheet

I want to run some VBA in Access to get a count of the number of rows that contain data within a specified range of cells in an Excel document. In Excel COUNTA does this nicely, but how would I ...
0
votes
3answers
71 views

MapPoint: Distances traveled within a state

I would like a process to take two points and build a route between them, and be able to tally miles by state. would a process like this be possible within Access VBA or VB.net? So far I am able to ...
0
votes
2answers
94 views

java select statement is not working

I'm trying to return records from a table in an Access DB(2010), but every time I run the statement I keep getting this error: Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException ...
2
votes
2answers
85 views

Erratic behaviour with InStrRev when supplying start position

I don't understand the results of any of the below. I understand InStrRev gives position of last 'matches' (right-to-left) & can comprehend the result when I don't give a start position. No matter ...
0
votes
1answer
39 views

filter Access 2010 database using Visual Studio 2010

I have created the following code and want to filter my database table by landlord_ID. No errors have been shown and when I debug it all seems to go well (all the landlord_IDs come up with all the ...
0
votes
1answer
58 views

Apply Filter Access 2010 with NULL not working

I have an Access 2010 database that has been migrated from 2003. I have a report that pulls data from a SQL backend and then in the Report_Open event filters that based on a value in a form using the ...
1
vote
1answer
43 views

Muli-Option MS Access Reports

I am very new to MS Access and yet have been working (loosely) on a DB for a while. We have a DB that tracks membership. There is a table with all of the member info in there. When new and current ...
0
votes
0answers
24 views

MS ACCESS 2010 PivotTableView - Size of the P Table

I have been searching for this for a while to no avail. I have created a Pivot Table in Access 2010. However the there seems to be a limit as to how big the table can be (in terms of width). What ...
1
vote
1answer
46 views

Extracting UID from ODBC Connection in MS Access

I have a MS Access front end with tables linked to SQL Server. I used a file DSN to link tables, and upon opening Access database the user has to enter SQL server userID and password. Is there a way ...
2
votes
3answers
128 views

Query - If more than one record ID# (non primary key) matches, use later date or larger primary key

I built a MS Access Database that takes a survey to create a custom report. The survey application that was used does not give us the reports we need. I usually grab the data (excel) and import it in ...
0
votes
0answers
30 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
33 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
106 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
60 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
113 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
190 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
119 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
273 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
67 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
73 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
44 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 ...

1 2 3 4 5 17