Microsoft Access 2007 - a rapid database application development tool
0
votes
0answers
10 views
Typo doesn't trigger error handling in Acess VBA
After recently adding some new VBA code that referred to a control, my code wouldn't run. On investigation, I found the problem was a typo in the code referring to the control: I'd typed it as ...
0
votes
0answers
8 views
WinForms and Access Database Attachments
If I have a PDF file saved into an attachment field in an Access database, is there anyway I could get that attachment from the database and view it in the WinForm? Or the WinForm WebBrowser maybe?
...
0
votes
0answers
7 views
Tracking changes to continuous form when updates are automated
Access 2007 Form is bound to Qry_ReceiveBoxFiles
Bound Field to be revised is called Location
Unbound textbox that contains the new value for location called Box_Barcode
The user types a box_barcode ...
1
vote
2answers
15 views
MS Access query to match keywords in the column
I have a key word Alpha sem1
but in my database its stored as MS1 2001090 Alpha sem1
When i search with Alpha sem1 i need to check is the given keyword in the column and need to return it
select * ...
0
votes
0answers
8 views
MS Access 2007 Latin to Cyrillic
I've just been assigned to work on a project. I have to develop a GUI for an existing database.
They have all the data in MS Access 2007 but when the data was registered they only changed the font to ...
0
votes
1answer
10 views
ACCESS 2007: If/Or Query Trouble Shooting
I have 5 fields of "keywords" that have been assigned to each record.
I'd like to build a query that will select and identify only those records sharing a common keyword.
So it would be like "show ...
0
votes
3answers
31 views
extract numbers from string in access
I need help creating a VB code or expression in Access 2010 that will group numbers from a string where each set starts with number 6 and is always 9 characters long.
Example of strings:
Order ...
3
votes
2answers
27 views
Run VBA code whenever a tabbed form is reselected in Access
EDIT: For clarification, I'm talking in the below post about tabbed document browsing, not a Tab Control. However, if you're looking for roughly the same problem but regarding a Tab Control, Gord ...
0
votes
2answers
18 views
MS Access Contains query
How to write contain query for msaccess database
My table have column value ' CHOPE PARMA TERA 101'
my search keyword in PARMA.
how can i write contain query to retrieve the record ?
Thanks
0
votes
1answer
17 views
join table and filter and take aggregrate funtion sql access
Is it posiible to join two tables,filter the data and take aggregrate funtion in MS acess?i have two tables
Inv_details:invnum,itmcde,qnt,price
Inv_summary:invnum,date,total
i need to join ...
0
votes
0answers
13 views
Display results from one tables with no direct relationship
I have two different tables
table 1 - has a lot of fields but one particular field called PMID
table 2 - also has a lot of fields with an common field called PMID(this is an imported excel table)
...
0
votes
1answer
31 views
Multiple MS SQL queries on one table
So I need some help, I have a MS Access database. I have a table that I run about 4 queries on. It takes about 5 min to open or save query 4 because it runs against 3, 2, and 1. Even though it is ...
0
votes
1answer
21 views
MySQL Workbench connect to MS Access
I have a .mdb file on my computer that I would like to convert into a MySQL Schema and I have found that there is a migration tool within Workbench. However it doesn't seem to allow you to connect to ...
2
votes
2answers
27 views
Is it possible to turn a string into an object reference?
I'm trying to make something a little more generic in an Access 2K7 database. I've got a form that I'm passing some info to using OpenArgs. I'm passing a form name, subform name and field name, so ...
0
votes
1answer
26 views
DateValue failure
I've a strange problem with the MS Access VBA DateValue function : it fails with a type mismatch error when I pass to it the value "4 May 2012".
I think is due the internal date format, but I don't ...
-3
votes
0answers
33 views
how to get value from table to login using dlookup?
got a hard time figuring this one out. Can someone please help me?
here is my code so far:
Dim u As Variant
Dim p As Variant
Dim inu As String
Dim inp As String
u = DLookup("cusername", ...
3
votes
2answers
41 views
code for DLookup for login username and password
I want to make a log-in form, but I don't know how to get or confirm that what I typed in my Username and password textbox is in my table using DLookup in my log-in button.
Here's my current code:
...
1
vote
0answers
15 views
Weird Error: Hit ENTER key in listbox, get NULL error for bound recordset values
Access 2007 ADP/ADE.
I have a modal that is bound to a table. The modal has a single listbox control, and two buttons. One executes a subroutine of code that access values from the bound recordset, ...
0
votes
0answers
30 views
Max Date by Month and Unique on the succeeding Months
Below is the data which i'm having trouble in creating monthly report for number of defective and non defective vehicle. This is from MS ACCESS Data
TicketNo PlateNo InspectionDate ...
1
vote
1answer
33 views
Circular Reference in MS Access
I'm getting a circular reference error in Microsoft Access SQL.
SELECT a.PlateNo, a.colm, a.alain
FROM (SELECT PlateNo, alain, min(InspectionDate) AS colm
FROM [Vehicle Spot Check] GROUP BY ...
0
votes
1answer
29 views
Microsoft Access query won't order certain numbers
I'm working on modifying an access application for my work. I'm generating a report that has categories denoted by integers 1-11. Each subsection of these categories is a decimal such as ...
0
votes
0answers
22 views
Export to Excel from Access stalls
I am running a few queries which alters data in tables then exporting the final alterred table to an excel spreadsheet.
The code looks something like this....
Do.Cmd.OpenQuery "Query 1"
...
1
vote
1answer
23 views
“join expression not supported” in Access
I am writing a SQL query with inner join as this
select * from (table1 inner join table2 on table1.city = table2.code)
inner join table3 on table3.col1 = 5 and table3.col2 = 'Hello'
This giving ...
0
votes
0answers
20 views
MS Access Linked Excel Files Sometimes Open (Datasheet View), Sometimes Do Not Open
My company released a mandatory MS Office patch last month (March 2013) that has lowered the performance of MS Access. I am using Office 2007 and have several .ACCDB databases that have linked tables ...
0
votes
1answer
32 views
Avoid blocking user interaction with form - Access VBA 2007
This may seem like a very odd thing to do in VBA but I'm curious so hear me out.
I created a procedure that moves an image across the screen when it's clicked. This works, albeit alright, but still - ...
-1
votes
0answers
15 views
MS Access Forum lookup check
I am trying to create a check to reinforce a certain value in a forum
The database looks like this
Relationship page
The LI-ID means Login id
I am trying to make a entry control system.
Is there a ...
0
votes
0answers
19 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 ...
1
vote
1answer
33 views
MS Access 2007 Public Function for button used on various forms
I know just enough programming to get myself in serious trouble. I'm building a database where I want to run a function that does the same thing each time. The only problem is the button appears on ...
0
votes
1answer
21 views
Updating Hyperlink Address on Load Microsoft Access
I have a form in an Access 2007 database and I need to automatically update the Hyperlink Address when the form loads to add an ID number at the end (when the form loads, it loads an ID from the ...
0
votes
2answers
25 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 ...
1
vote
1answer
20 views
Value Lists in MS Access 2007
I have a database in Access 2007 that maintains staff records. Amongst other things it is used to record ethnic origins for Equality purposes. Latest advice on this subject lists 63 possible answers ...
0
votes
0answers
18 views
Access 2007: 2 Comboboxes In a Subform - One As Datasource For The Other
I have a form in Access 2007 that has a subform, where 2 combo boxes are (ActivityType and Activity Sub Type). What I need to do is to have Activity Sub Type be restricted by the "parent" in ...
0
votes
2answers
16 views
Form visible in Design View, but blank in Form View
My form is showing up in design, but not form view. There are 700+ records.
In Design View -> Data, the Record Source is:
SELECT act.* FROM act;
This query shows all records in Query view.
...
0
votes
1answer
19 views
How do I add Error message if my me.combo box is not selected for the following code?
Add Error message if my me.combo box is not selected for the following code?
Private Sub Command1_Click()
Dim Recipient As String
Dim RecipientCC As String
Recipient = Me.Combo10.Column(2)
...
0
votes
1answer
19 views
Join query VB.net datareader
My query on two different tables user table and zone table is creating a problem:
cmd.CommandText = "SELECT zone_name, zone_difference FROM user_master INNER JOIN zones on user_master.zone_id = ...
0
votes
1answer
38 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 ...
1
vote
1answer
8 views
Delete row from Access junction table via form
I set up a subform listing stored values from a junction and lookup table. This part is working nicely (I can view all stored entries or add new ones).
Here are my relationships:
And here's the ...
1
vote
1answer
22 views
Integrate junction and lookup tables with a basic Access database
I have a simple database that stores a customer's name, city and state. I've added to this two new tables. One is a lookup table, for describing a car model, and the second is a junction table for ...
0
votes
1answer
62 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
29 views
XML VBA Access 2010 import
I want to integrate in my code VBA an instruction to import XML files.
In the else branch of my condition, I want to add a command to import the XML files. Could you suggest me something (a VBA ...
0
votes
1answer
18 views
Automatic selection of options when using multiple option groups
In a form i have 2 option groups. In both option groups there are 2 options Yes or No. If in option group 1 the user choose Yes then this means the option in group 2 has to be set to No.
If in ...
-3
votes
2answers
34 views
MS Access GUI macro for starting external program?
I am having trouble finding information about the creation of an MS Access GUI Macro (VB) for starting an external program.
Suggestions?
-1
votes
0answers
51 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 ...
4
votes
4answers
119 views
Matrix of boolean values in an Access form
I am designing a form at work where I need to be able to set "Properties" for a large number of (accounting) "structures". I have a "Value" field where the user enters the value that property must ...
1
vote
2answers
51 views
Ms-Access 2007 locating a string in column value with multiple terms
I want to search for a query string term like apple in column FRUIT of Access database.
Select * from table_name where FRUIT = "apple" works fine, when we are looking for single term.
But FRUIT column ...
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 ...
0
votes
0answers
40 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 ...
2
votes
4answers
63 views
How to Delete a record in a subform when you click a button
I'm getting a run time error 3131 Syntax error in FROM clause. Can anyone tell me what I have done wrong?
Dim strSQL
If Not (Me.PlantTransactionQuery.Form.Recordset.EOF And ...
0
votes
2answers
47 views
SQL criteria set to form
I have searched for this question and though I found the answer but I cant get it to work
This is the Link I followed:
passing combobox value into sql query MS ACCESS
Here is my SQL code im using, ...
0
votes
1answer
35 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 ...