Ms-access Questions
Ad
Ad
October Cms access logged in user rainlab user plugin
In October cms you can easily access logged-in user data using `Rainlab.user plugin's Auth facade` and get current login user details.
How can I lock down my MS-SQL DB from my users and yet still access it through ODBC?
I've got an ms-access application that's accessing and ms-sql db through an odbc connection. i'm trying to force my users to update the data
How to filter a report object when saving through FileDialog in MS Access
I am attempting to save an rtf file using filedialog and would like to filter using a where clause. this is what i have: set
In Access 2003, problem with a memo field if and only if there is a filter on the PK and a sub query is joined
I have a problem in a query in acess 2003 (sp3). i have a query that includes some tables and a sub query. the sub query and tables are
Why am I getting a "type mismatch" error in my Accessdb query?
I am running a query in access database that should aggregate information based on year, month, and type. i set it up so that for the month, it
Running an accessDb 2016 Makro from Windows Task Scheduler
I have a accessdb macro i want to run from the windows task scheduler which requires access to the mapped network drives of the user running the
New to VBA, Access, and SQL. How do i write an SQL query that will search a table in my AccessDB and give me back a True/False if it finds it?
I haven't messed with vba much before, or access or sql. but i have a little... and i'm working on a project. so, the goal here is to enter a
Export tables from Accessdb with R (RDCOMClient)
I want to export tables from an access database to .txt-files. here is my code: library(rdcomclient) #path of txt file
inconsistent DB record returns - migrated accessDB to SQL
I have a table in my db that has 2 bit fields, one called active and one called public..for all records active
Populate SUM of column from accessdb into textbox using javascript
I have a webpage with a few textboxes; and an access database with columns that contain numeric data, dates and user id's. i need help to
AccessDB. Table. Creation or modification time?
Im creating a stored procedure on an 2008 sql server. i cant find how to retrieve the creation date of a given table in ms access using
Ad
Retrieving @@IDENTITY in AccessDB
I'm trying to retrieve the @@identity value from an access database after i add a row to it. however, instead of using hard coded connections, i'm
ASP.NET: accessdb odbc - when getting an exception, how can i see the full stack trace?
Using asp.net as programming language on iis server. the database is access and i connect to the database using odbc. when i fill some
Issues using MS Access as a front-end to a MySQL database back-end?
Two users wanted to share the same database, originally written in ms access, without conflicting with one another over a single mdb file.
How to display a list of departments whose teachers teach DBMS department students?
I have a database in access. the database has 4 tables: [department],
vba fastest way compare two lists of numbers
I am working in an ms-access 2010 environment. i have two strings of numbers. i need to compare them and find the missing numbers in list 2. these
Chart on MS Access 2003 ADP report
What's the best method of displaying report data in a chart format in an access 2003 adp project? i know this can be done in normal mdbs but this
SQL Query with String Builder in C#
I am very new to c#, and i ran into some issues when i try to perform a sql query with stringbuilder. here is part of the table named :
Microsoft JET SQL Query Logging or "How do I debug my customer's program?"
The problem: we use a program written by our biggest customer to receive orders, book tranports and do other order-related stuff. we
Argument 5: cannot convert from 'System.Drawing.Image' to 'string' - calling class1 from Main Class
I am working from my previous thread
Insert is a variable but is used like a method - calling class1 from Main Class
I don't know what i am doing wrong here. i am trying to call class1.cs in main class, sql command parameter, but i getting the error. i am working
Connect Python and MS-Access without Installing New Software
I want to connect python to ms-access but can't install new software (programs/drivers) and don't have admin rights as i'm working on a company
Ad
Delete all tables in one shot in Ms access
Here is my vba code, which tries to loop through all the tables which contains pb (pb is the first two letters of all of the tables)
I can't get this MS Access SQL UPDATE statement to work
I am currently making a case tracker within ms access and cannot get the below update code that is located in a subform to work. i've
Run-Time error '3048' happening even though I close connections
I've been getting an error that i've never seen before. i keep seeing this: run-time error '3048': cannot open any more
Pyodbc Connection to Access, creating table with Pandas to_sql(method='multi') throwing errror
I've installed sql-alchemy access so that i'm able to use pandas and pyodbc to query my access db's. the issue is, it's incredibly slow
Arrange multiple divs in CSS/JS?
Currently i have these divs using mdb <div class="row" style="margin-top: 8em;"> <div
How do I change a list of customers with multiple lines, and details into a single account line with categories
Example table, turn this custid custname
PyODBC query with wildcards
I'm trying to run sql query with like operator through python to find any values that have "test" in any position. the problem seems to be with
MS Access Case sensitive query giving incorrect result
Why do these queries give different results? reference is a single character column and i would expect to have a result giving counts for upper
How to create a select query that selects a repeating value in one of colums only once from multiple rows(example inside)
This is for example what i have(this is the result of a select query from different tables by different conditions let's call it select x) :
Should I split my single-user MS Access database into Front End / Back End
I have an access database for which i am the only user. it's the first database i've built. it has 16 related tables, around 40 select queries,
Create a dropdown box that contains numbers equal to or less than a number in another field
I am creating a database in access 2013 for a library that has multiple copies of different books. i want to create a combo box/lookup list that
Ad
'Dynamic' connection string for ms-access C#
I have an access database connected to my code via a connection string as shown: connection = new
How to complete a number in Access?
I am coding an access database as a workshop project. i am using a form to introduce data in a table but i have a little problem. i have two
sql many to many relationship with only 2 tables
So i have two tables i need to join for a client. these tables only share 1 field in common (color, and it isn't a unique key ident). is is
Syntax error in INSERT INTO statement MS access (not keyword issue)
I am facing this error when i try to insert a data row in to table in ms access file. datatable is table i got using select *
Cant update a record in a database
I'm making a homework/revision program for my coursework. i'm following this tutorial
Need advice with multiple people working on an Access Database
This may seem like an ignorant issue, but i am inexperienced with access. this is for a school project. i am in a group of 5 people who are all
Can't move data from access form to report
I have access from with 3 input fields and "ok" button. when i press this button current form closes with save set to yes. and report opens. in
MS Access-like Flutter Combo Box
I'm new to flutter and want to add a drop down list similar to an access combo box, with a text field you can type in which will display a list of
Access Primary Key usage/role
My question is in relation to connecting a vb.net project to an access db. must i have a primary key in my table, or have is there a way to alter
Setting multiple button texts to fields in a database with one identifying field
I've been trying to fix this all day and finally figured i can't engineer my way out of this problem :) so, from memory looping through
How do I work out the average of two columns? Microsoft Access
I'm currently making a report on microsoft access 2013. i've created a query first and then selected the appropriate tables and fields.
Ad
Missing query data when using Sum
My database in microsoft access looks like this:
GridControl keeps throwing an invalid path exception
So i am using xtragrid component from devexpress, set up the connection, the preview (in design tome) actually shows the content of my database
Is there a way for MS Access to grab the current Active Directory user?
I'm working on a spec for a piece of software for my company and as part of the auditing system i think it would be neat if there was a way to
Displaying results in the column based on multiple ID condition
This is my query : select reference.quote_date as date, customer.name as name , customer.surname as surname,
Most efficient way to see if an item is or is not in a listbox control
This request is based in ms access vba. i would like to know what the most efficient way is, to see if an item exists in a listbox control.
stack or union multiple fields in MS Access
Beginner's question here... i have a table of tree measurements being 3 fields: - id, diameter_1, diameter_2 & i wish to get to these 3
Access SQL: How to select dates after today if current year, else select all dates
Im working on a query where if the records in a table are from the current year, i need only to select records whose day and month are equal or
connect and read .MDB item with C# in UWP
I'm developing a uwp application and want to read a mdb file to convert this database to a sqlite database. i read that i could use
I can't connect to MS Access with Java Eclipse
I'm trying to connect to my ms access database, but for some reason it's not connecting. it's giving me an error, "data source name not found and
Error: No unique index found for the referenced field of the primary table
I'm trying to create a database with a anysql maestro script. i have the following code: create table klant ( klantnr integer,
How to Delete Row By ID From Datatable and Database
Here is full code at the moment what i have done. so basically i'm creating a datatable, then i'm connecting my
Ad
How do you deal with NULL values in columns of type boolean in MS Access?
I was wondering if there is a better way to cope with ms-access' inability to handle null for boolean-values other than change the
Dcount A Parameterised Query Access
Beginner at access, so sorry if this is a question that has been asked before (i've searched for ages, so maybe im searching for the wrong
WPF Datagrid which displays Access Database not editable
I would like to be able to edit data in a datagrid and the changes i make to be saved back to the database from where i take them. my grid
Error while creating query as a Missing operator?
I am trying to extract data in a tabular format with different values for part-time and full-time, to get an output like this:
MS Access finding customers that have previous year orders and don't have this year orders
This problem is taking too long to solve on my own, so i hope someone can help me. i have a simple ms access database: two tables
MSFT Access - is it possible to use data in a spreadsheet to bulk update multiple existing records in Access?
Is there a way to bulk upload data into fields in existing records in access? for example, i have a table containing records of customer data. i
How to Work with IF statement using SQL queries?
I am creating a table query where it have different values in every column but when i try to execute its showing me same values in partime jobs
OleDb connection to an Access database
I've been trying to write to a database and save to the file but i cant get it to work, can't tell why either. the error i get is:
ms-Access VBA doesn't make new records and rewrite old records
I have a table with over 3 million records and some fields. which looks like this:
How to add an item to a combobox (using AddItem()) which contains a semicolon?
I have a multi-column combobox on an access form (access 2019 x64, if that matters) and would like to use its additem() method to
Cannot figure out what is wrong with this Update Query code for MS Access
Imported a table (i dev) from ms excel, trying to update an ms access table (pla hist). the tables have identical id columns. i keep getting error
Ad
MDB Database and MySQL with PHP
I am working for a client who had a website developed and doesn't want the backend changing. unfortunately he is on windows and used an mdb
Migrate Microsoft Access Database to SQL Server Compact Edtion 4.0
I have created an application that uses a microsoft access database, which i am having some issues with and so want to migrate to microsoft sql
Delete/Exclude records from table, if it exists in another table, even if some fields are blank
I am trying to create either a table or a query that contains all the records from table1, but deletes or excludes all the records that also exist
How to get Min Max as out put from single column grouped by user in select query
I am not good in sql raw queries. please help to get min max value grouped by the user_id. scenario is: table has
Cannot display data from Access in Python (via SQL)
I want python to display data from access by select (sql) but there is an error. the data and database are existed. what is a problem?
Ms Access move from one field to other
I converted a pdf file to an access one. all of the info got put in one field. i need them in 6 different fields. how can i move them all easily?
Access Query, which is generated from another query, takes a long time to run
I am adding some new features to a ms access db for a client. the original db has several queries. the new features that i need to add require
How do I use a Dialog Form to open another form and filter a query
What i have i have a query called qryflightprices. i have a form which is based on this query called
How to determine (via timestamp) whenever a specific field in a table is edited in MS Access?
I have a table in ms access where the email field is updated often. using macros, i am able to determine when the entire record is edited.
How to match value with Date/Time picker month(short Format) in database
I have an ms access database which contains a table1 and that table has a column date/time picker (format is short).
Ad
No value given for one or more required parameter
I want to retrieve data from two tables 1st table is exp_head which contains exp_id and
Opening Button to open form based on combo box selection
I currently have a ms access database of members. i have a form that has a combo box which is populated with just the first and last names
Access: Removing a duplicate if two fields are the same
I have an access database table which sometimes contains duplicate profileids. i would like to create a query that excludes one (or more, if
Retrieve data from Multiple table From Ms access
I make two table one is exp_detail and 2nd is exp_head. exp_detail table
Pandas read_sql with placeholders. 'Where cause' an error
Here is ms access database, it contains
Setting up a chart that displays the number of times a dataset record appears in C#
I am trying to create a chart that when, at the push of a button displays a chart that shows the user the number of times a record has appeared in
SQL Access 2003 create column if exisit value
I've three table product - id_product up - id_product - up_sum down - id_product -
Powershell Won't Exit After Running Cmd.exe
I'm using powershell to close access database, download updated access front end to local machines, update
Duplicate Count(Distinct [f]) in MS Access
Is there a quick way to duplicate the effect of the count(distinct [f]) in ms access? for example: data table for a single
How to create multiple connected search combo boxes to filter a form?
I have a form with 10 columns, and for 5 of them (project_phase, contract, design_dpm, amm/ucc, 1_or_2 stat) i want to add connected drop list
Attempting to Reconnect Access Front End to Back End DB results in VBA Error: "Compile Error: Can't find Project or Library"
A client gave me a front end of a ms access database to do some work on. i am now attempting to reconnect it to the back-end on her computer. when
Ad
Duration of insert query in msaccess
I would like to know how to get the time needed by the insert query in a msaccess database.
How to Sum Calculated Fields with VBA on MS Access Report
I'm hoping someone can point me in the right direction here and hoping i explain this clearly enough. i'm getting undesirable results with my
How to fix: Dynamic SQL generation for the DeleteCommand is not supported against a SelectCommand that does not return any key column information
My code works. after i copy about 10 tables i get an error. dynamic sql generation for the deletecommand is not supported against a
How to fix possible db corruption?
I'm at a client doing some quick fixes to their access application. it was a while i had a go with access, but i'm recovering quickly. however,
Why do I have to use DISTINCT for this to work?
Here's my problem: i have an sql query that makes 4 calls to a lookup table to return their values from a list of combinations in another table. i
How would I change an Access DB from ISO-8859-2 to UTF-8 in a connection string?
I have a database in iso-8859-2 format, but i need to create xml in utf-8. this means that i must encode the database before prinitng in utf-8. i
Easiest way to decrypt PGP-encrypted files from VBA (MS Access)
I need to write code that picks up pgp-encrypted files from an ftp location and processes them. the files will be encrypted with my public key
Determining whether an object is a member of a collection in VBA
How do i determine whether an object is a member of a collection in vba? specifically, i need to find out whether a table definition is a
Not executing second query?
When i click the button, only my first query gets executed. the second one insert into afspraken (behandeling) doesn't execute.
Microsoft Access - Progress bar when running a single query
I've seen a number threads / forums with examples of progress bars in access databases which unfortunately hasn't resolved my issue. i
how to save all record show in datagridview to the database
I have this code that will save only the top row of the datagridview, can someone help me to modify this code so that it will save all the row in
Ad
Access: Having trouble with getting average movies per day
I have a database project at my school and i am almost finished. the only thing that i need is average movies per day. i have a watchhistory where
Access 2010 - Query to produce a total count/sum of specific occurences in multiple Tables using Union All and Sum Iif
I have a database with four tables: table 1, 2, 3, & 4. each table holds the following fields: id (autonumber), date (date/time), name (text),
Ad
Blog Categories
Ad