0
votes
1answer
34 views

Two records being added to table MS Access

I have a form which allows the user add a record to a table but when the Create Operation button is clicked two records are added to the table instead of one. When I add a second the extra record is ...
0
votes
0answers
37 views

Setting the control source of a text box

What I am trying to achieve is to have a combo box determine what table the subform boxs are bound to, I have 4 tables with all the same coloumns and I want to be able to create a record and save it ...
0
votes
1answer
29 views

Microsoft Access listbox bring to front

I have two list boxes in a form. One of them is bigger than other. Smaller one was placed at the back of bigger one. I tried position > bring front for smaller one and position > send back for bigger ...
1
vote
1answer
48 views

“ #Name? ” error in access using DLookup

What I am trying to do is to have a value("Element" which is a primary key) from my Elements table be inserted into the time text box based on the result from the previous combox box is this the ...
-3
votes
0answers
23 views

A UI seperate of Access 2010 itself, sure i done this years ago

i'm making a database at the moment, only a small one consisting of a price list, now when i go into design view to make my form i'm sure this in 2003 used to result in a independant pop out window, ...
1
vote
1answer
31 views

Trouble with Access error “you cannot compact the open database” on submission of form

I just started receiving a weird error when submitting a record to my database. It's a data entry form that calls a bunch of code, and then calls docmd.runcommand acSaveRecord Application.quit ...
1
vote
1answer
59 views

DSum with date criteria

I need to count the number of shifts worked by people over the last twelve months. I want to use DateSerial. My code works if I input an actual date, not Date Serial. I tested my code by changing ...
0
votes
1answer
80 views

Batch File Open pwd and user Ms Access .mdb Database

I have a Ms Access database I want to open from an option in my .bat file and cant figure it out. Right now I have: Start C:\SomeFolder\MyDBName.mdb /user MyUserName/pwd MyPassword Also, I have ...
0
votes
0answers
18 views

Create Stand Alone MS Access DB for a Oracle Server DB

How to create MS Access DB with data from Oracle Network Server Data, for a stand alone application in c#? Hi I am creating a stand alone application in C# and .NET, MS Access 2003. I want to ...
0
votes
1answer
87 views

MS Access 2010 - Controlling a subform from buttons in the main form

I'm trying to build an access form to simulate a website. At the center of the main form is a subform containing a list of products. In the main form I want to have controls that act on what is ...
-1
votes
1answer
58 views

How to I populate a treeView from a mouse click on an item in listView in C#?

How to I populate a treeView from a mouse click on an item in listView in C#? Data in the listView is read from an access database.
0
votes
1answer
77 views

Validate Postcode in Access?

I have been searching around for a way to do this but I am finding it hard :( I am very very very new to VBA (In fact, I have not used it) but I am determined ! What I want to do is validate a ...
1
vote
2answers
212 views

Skipping blank entries with a Microsoft Access query when mass emailing?

I have a number of Excel sheets that I've imported into Access to prep for importation into Salesforce.com (unifying and mapping different field names to ones SFDC will recognize), and so I can batch ...
0
votes
0answers
50 views

Puzzling MSAccess sub report behaviour

I have an Access 2003 report picking up records from a query. The main report has an unique ID on it. I'm adding a sub report where master/child links are on that unique id. If I open the each ...
1
vote
1answer
65 views

What should be the query in MS Access 2007

There is one table with coulmns : id,bookid,name,dateofentry,status. Need result where bookid and last dateofentry for corresponding book and status of book i.e R only (R- Return, and NR- Not ...
0
votes
1answer
84 views

MS Access After Insert Macro

I've been automating a process at work. I use an Access database (2010) and it's working real nice. For my questions the relevant tables are: Inorder and Exceptions Inorder: All the information in ...
1
vote
1answer
48 views

Table Validation for my DateFrom and DateTo in MS Access

What can I put in my table to validate so my 'DateFrom' is always before my 'DateTo' so that I can get a popup box stating date from cannot be after date to? I am currently playing with the ...
1
vote
1answer
33 views

allocating new data to an already existent primary key

I have a database of commands for a telephony switch, the relationships between tables are like so; The issue I am having is when I use a form I have designed; Used to view and enter data. I must ...
-1
votes
1answer
38 views

Visual C# And Microsoft Acces 2007

See this image The DataGridView is updating but Contacts.accdb is not changing. I want it to change, can u help? Solved : private void Form1_Load(object sender, EventArgs e) { ...
0
votes
1answer
33 views

Merging Identical Text Values + Summing

I am looking for a way to Merge identical text values and sum them together to display a total. So lets say there are 5 identical project numbers, each with time spent in normal numerical values like ...
1
vote
1answer
147 views

Sum over subgroup in access report

I created an Access report that shows a listing of contracts with partners. I need the report to show the counting sum over groups and over subgroups. As this works quite well, I have to deal with a ...
1
vote
2answers
36 views

Criteria on expression

OK, so I'm working in MS Access and have a pretty complicated expression (it takes the values of other fields into consideration and outputs a value accordingly using IIf logic). I want to not include ...
1
vote
1answer
74 views

Enabling view of relational database values in microsoft access (2007)

I am creating a relational database for a friend and I have never used MS Access before. I am trying to make it so that the related values are shown on a table view rather than the numeric ...
0
votes
1answer
78 views

Delete record from table that has related table

I am working in MS Access and I getting "cannot delete from specified tables" errors. My tables are: Orders OrderDetails Products OrderView OrderView is a query table with data is from ...
1
vote
2answers
132 views

Microsoft Access - Merging content with identical keys into a new table

In Microsoft Access, I would like to merge a specific column from tables having an identical key (=being duplicates) into a new table. The source table would look like this Key Content Apple X ...
1
vote
1answer
671 views

Difference between Microsoft.Jet.OleDb and Microsoft.Ace.OleDb

I need urgent help! It has been a good number of years since I did some programming with Classic ASP and Microsoft Access where we used "Microsoft.Jet.Oledb" driver to access and display the data. ...
0
votes
0answers
55 views

Joining two tables to compare with a one to many relationship

I have a table of Puchase Orders and Pay Items as they looked initially. I also have a table of Purchase Orders and Pay Items as they looked on final award. Initially PO Pay Item Desc ...
0
votes
0answers
176 views

Google maps integration in access

I hope someone can help. We use access database as the main hub of our business, customers, sales, invoices etc etc. I'd like to get google maps integrated so that we can zoom in on a certain area of ...
1
vote
1answer
100 views

Printing non-null fields only in MS Access 2003 report

I am trying to generate a report whose source is a form and that only prints fields that are not null. To do so I have two text-boxes for every field. They are both resizealbe (can shrink/grow). The ...
2
votes
1answer
141 views

VBA in MS Access linking to Word - error code 5981

I have an Access database which creates custom Word documents based on data in the database. I have been running it successfully for the past 10 years through multiple computer and software upgrades. ...
1
vote
1answer
117 views

ms access query hangs

qFieldInner PARAMETERS pText1 Text ( 255 ); SELECT entries.en_main, MIN(entries.en_id) AS en_id FROM entries WHERE (((entries.en_main) In (625, 1310))) GROUP BY en_main; when i run this query it ...
1
vote
1answer
1k views

Display multiple attachments in microsoft access 2010 forms and reports

I was initially very pleased to discover the attachment field in Access 2010. It's a feature that aesthetically irks my inner database purist but my inner lazy sod is in charge here and it does look, ...
3
votes
1answer
153 views

MS Access - How do I display two fields from separate records on the same line based on their ID and Date?

I don't know if this is even possible or perhaps my database is designed poorly and I could have done it a better way? Anyway here goes, I have database with two tables as follows "General Data" and ...
1
vote
1answer
93 views

Updating records in access with a timestamp once a certain threshold is reached

My apologies, I am a bit of a novice in access and I can't seem to find the solution for the below: I have a simple access database for monitoring the number of hours spent on a task. At the point ...
1
vote
2answers
40 views

Run an Access 2003 Application in Access 2007

What is the effort to migrate an Access 2003 Application to Access 2007? Are there any problems converting mdb to accdb? Which modifications must be done?
0
votes
1answer
50 views

MsAccess select similar addresses

I have Ms Access query something like: SELECT [tbl1].[StreetAd] FROM tbl1 GROUP BY [tbl1].[StreetAd] HAVING (((Count(tbl1.Sort))>1 It'll select same street addresses and unique Sorts. I need the ...
-2
votes
2answers
121 views

Number of Columns in Ms Access 2010?

I have 52 Yes/No Columns for attendance Weekly .. I want to make query to know the number of columns that put in it a Yes or No .. Can anyone help me to solve this problem ?.. And if any recommend ...
0
votes
3answers
201 views

Record is deleted error after executing vb code (that deletes the record)

I have a problem with one of my databases that I have had for some time that is somewhat of an annoyance. I have a form in continuous view in which the user must fill out some information for each ...
0
votes
0answers
74 views

Access 2010 Macro Report Field Not Printing

I have an Access 2010 database with a report that summarizes a list of products. I've added a button to the report so that the user can optionally add tax depending on their customer. I have the ...
1
vote
1answer
49 views

Is it possible to see the database of MS Office Accounting 2009?

Is there a way to access the database of Microsoft Office Accounting 2009? When I run reports it shows the data, but I need to see the underlying database. I have tried searching the web to no avail. ...
0
votes
1answer
166 views

Items in details section of continuous (report) view not being uniquely operated on

I have a report that needs to show multiple pictures. In the detail section of my report, I have an unbound imageframe object, and a textbox that contains the absolute path of this image. I have a ...
0
votes
1answer
101 views

Access 2007: Issues with 2 computers exporting same Report as a Text file

So I have a shared Access 2007 database that essentially creates this large report, full of nasty subreports and all kinds of other no-no's, and then exports it to a text file which we use for input ...
0
votes
1answer
159 views

Exporting data from Microsoft Access table file subsets to plain text

I have a problem in exporting data from Microsoft Access. I have an Access file made of several rows and columns, like this: Every row contains a subset of data, that could be observed by clicking ...
1
vote
1answer
227 views

Why does my access form lose focus

I have a Microsoft Access form which I use for entering client information: First name Last name etc.. My problem is when I tab away from the Access Form to view the information which needs to be ...
1
vote
1answer
1k views

Tools for exporting Microsoft Access forms to HTML

I have been tasked with converting a very large Microsoft Access application to ASP.NET. My client wants to keep the web layout somewhat similar to the Access layout. Are there any tools available to ...
0
votes
0answers
65 views

All data isn't shown from microsoft access database when it is actually there

I have a Microsoft access application that I purchased a while back and it tends to act very strange lately. This application manages inventory and currently works on one computer and has worked a ...
0
votes
0answers
168 views

Access Subreport grouping “Whole Group” omitting Data?

I've got a report where the detail section is a subreport. Within that subreport I have a section that is a group header/footer that I have grouped by Tests Performed and Jar ID. When printing the ...
0
votes
0answers
142 views

Access Database Item Delete and short vb .net 10 [closed]

I have a access database. I want to remove some row with condition & short the database with a coloumn. With shorted database i want to copy about 15+- coloumns data to a new database. That ...
0
votes
2answers
287 views

Index on Sharepoint Linked table

I am using MS Access 2010 and I already have sharepoint linked table created in the database. I wanted to know how i can create indexes on this linked table. When i am going to design view of linked ...
0
votes
1answer
73 views

How to write a query to see who called who the most in an Access database of phone calls?

I have a phone bill in Excel that shows all calls made to and from my phone and I imported it into a table in Access 2007. I want to learn to use Access to do a simple query to determine who I talk ...

1 2 3