Import MS Excel table to MS Access - ms-access

I have a MS Excel database (my company CRM) which I am trying to import to MS Access (Northwind DB) database.
I am able to fetch the Excel file to my Access database (at the bottom of the Access). But my problem is I am not able to fetch the Excel tables directly into my Access database so that I do not have to enter them manually and it shows directly in my Customer List.
I hope I am clear.
Thanks in advance!

Related

SSRS How to save Report as PDF format local on server

i like to use a report from sql reporting services (SSRS) to generate invoices. the front software builds the url to reporting web portal and to report "Invoice"
just like:
https://DOMAIN/Reports/report/Invoice?start=01.01.2022&end=31.12.2022&duedate=15.01.2023&date=19.01.2022&key=123456100000&customerId=123456&invoicenumber=22AR12345
The big goal is to store the user generated invoices as a single blob just in time on the same server in the database, after a trigger.
If the invoice would be stored on server i can grap and input it via stored procedure as blob into database.
I tried this, when i was on server per remote desktop, i can execute the report and saved it as pdf file on data directory, press company logo (the trigger), then another report opens which executes the stored procedure to import the file into db as single blob. this already works fine.
But how can this file saved on server if the user executes the report per URL?
Has anyone an idea? Is there another way?

Using ACCESS 2016 vba with tables stored on SharePoint Online - How to get current SPO userID

I have created an access 2016 database, with the backend stored on SharePoint online. Is there a way using VBA that I can get the current user's SPO user info ID?
Thanks for the help.

Is is possible to I sync data from MS access VB to mysql database

I got one project that customer need to sync data from Microsoft Access to mySQL on cloud server.
Now customer has form on Microsoft Access when they click save button, it will call function to save data to local database.
What they want to do is once customer click save button, t will call the same function and also send data to mysql on cloud server as well.
Anyone know how to do this or any idea how to solve this case.
Regards.

Importing data from a PDF form to a database

I have to do a project at work at the moment where data from received PDFs are supposed to be saved in a DB.
The process shoould look as follows:
Customer fills out PDF form
Form is sent as an attachment in XFDF-format via e-mail to our company
The received data gets imported into a MySQL database
This process is supposed to happen automatically.
By now my first approach was to save the attachment automatically in a dedicated folder with the help of VBA. Afterwards I would handle the newly created file and import the data into the DB (but I don't know how at the moment).
My question is if this is the right way and if so how can I programatically import the XFDF data into the MySQL DB? If this approach is too complicated or not possible in what ways should I alter the process?
Thank you in advance!

making macros in ms access

There is a Store list forms which contains Open Date, Store Number.
After the Open Date is updated, I want to open popups like below.
And If I click yes, I want to update the target date which has the same store number as in the Store list.
But I don't know how to connect the store number data from Store list to here.
I use ms access web app.