Questions tagged as 'ms-access'

2
answers

Pass fields delimited by commas to several rows access 2013

Good day to all the problem that I have is a table with the following info COMPANY PRODUCTS AAA A,B,C BBB A,C,D,F CCC D DDD F,G,H,I,J,K,L and I would like to see if it can be saved with some code in the following way:...
asked by 25.05.2017 / 15:56
1
answer

Doubt with pivot table in access

I have this query in access, but I can not sort the Format ([DateCob], "mmmm") by the order of the months, they are sorted by alphabetical order (April, August, December, etc.) and I want it by order of months (January, February, etc.) This is m...
asked by 06.02.2017 / 03:54
3
answers

I can not nest joins with SQL statements in Access 2013

I test this in Access 2013 and says there is an error, but it does not specify which one. SELECT DISTINCT factura.n_factura, factura.data, factura.import, factura.concepte, departament.nom, programa.nom, despesa.nom, emisor.nom, destinatari....
asked by 02.12.2016 / 19:52
1
answer

How to store an image in a Microsoft Access database and then read it from the database?

I am developing a project, which under the circumstances my only option is to use access, but I have encountered this problem. I do not know how to store an image and read it from an Access database. I have looked in forums that indicate that wi...
asked by 03.11.2018 / 00:17
1
answer

How to make a Macro that performs a search of a table in Ms Access?

I have a Access Database in which I look for registered users When I perform a search, it generates results, when I click to see the information, it does not generate any of the information I added. This is the macro that executes...
asked by 05.09.2018 / 20:47
1
answer

Syntax error in FROM clause

I am trying to add the values that return these two queries in MS Access , and I receive the error    "Syntax error in FROM clause" I have already tried in many ways to achieve the sum of these two queries, someone could tell me w...
asked by 04.08.2018 / 21:44
3
answers

Database in Access address route to export queries to excel

I have a Database in MS Access 2016 with a Path to export Queries to Excel. However, sometimes I must work on other computers, so I need to define a permanent Route for my Database. In the lines of code below, the first route works wel...
asked by 11.08.2018 / 16:13
1
answer

Course history in an Access database

My problem is that I am making a database in Access, it is very simple, it only has the tables of Students and Courses, linked to each other, so that the courses group the students. My problem comes when a student changes course, how could I kee...
asked by 15.05.2018 / 08:46
1
answer

fill a datatable with ajax and php mvc

Hi, I'm trying to fill a datatable in php but I can not do it, this is what I have: driver public function VentasXvendedor(){ $IdVendedor= strtoupper(utf8_encode($_REQUEST['IdVendedor'])); $arrayCli=array(); $dat...
asked by 30.05.2018 / 00:06
1
answer

Join fields of own table in Access

I'm having a problem that brings me headlong. I have a TELEPHONE table in Access with the columns Prefix_provider and Prefix_client. I need (preferably with sets) to find Provider_Prefixes that are never Client_Prefix. Any ideas? This is what I...
asked by 06.03.2018 / 14:14