Scatter plot with Microsoft Access [duplicate] - ms-access

I would like to create a scatter plot in an Access form. The data will be illustrated from selected probands in the frontend MS Access application.
I am working with Microsft 365. I thought I could copy an Excel Graph (scatter plot) into an Access form and then I would modify the data using VBA.
How could I modify the data for the Excel chart in Access?
In the past, I had used MS Graph Chart object. However, in Microsft 365 the old MSGraph.Chart.8 version does not works very well. Also, I could not update the MSGraph Chart.
In MS Access 2003 and MSGraph.Chart.8 it worked with
select GAdecimal,weight,P3,P10,P25,P50,P75,P90,P97 from q1_wt_chart
Could someone please help me how to modify the plot data in a way that it updates for selected probands.
Thanks
Niels

Related

transfer data sheet from Access 2003 to 2013

I tried different ways to open a data sheet that had been created in access 2003 on access 2013 and I got this error "cannot open a database created with previous version of your application".
I also tried to import it to excel and then import it to access 2013, but that's not working cause it didn't transfer all the forms and data completely.
It seems to be in the old mdb format, right?
As far as I know, you need Access 2007 or Access 2010 to be able to open and convert it.

Importing from fillable PDF data to MS Access vba

I do have more than 100 pdf files weekly filled that I have to run report on them. PDFs have same format, readable. All I want is to collect somehow all the data to access database. I do not have sharepoint and not using LiveCycle. I`m not bad at vba but I really could not think on how I would approach this. So I hope someone outthere had to go through it?

how to use sharepoint list data source with SSRS

I need to create a SSRS report based on data provided by SharePoint List.
I am trying to connect SharePoint Data source by selecting Microsoft SharePoint List type in Data Source Properties window and providing connection string in format
http://server/_vti_bin/ListData.svc/
while configuring data set, not able to log in even after entering credentials. Is there anything i am missing or Are there any configuration need to be done on SharePoint Server?
#Rohaan, use integrated mode. Stored credentials do not place nice with SharePoint lists.

output data from HTML/database to MS word?

I'm just wondering if it is possible to output data from a webpage to MS word? I'm trying to have a link on my webpage(HTML/JSP code), when clicked this automatically opens the MS word application and builds a report inside Word based on information stored in my database(MS Access). So the report can be easily edited before printed. This database is linked to my HTML/JSP coded website. Is this possible? Any help would be much appreciated, Thanks.

VBA Create PDF in background

I'm maintaining a VBA application in Access and a big part of this program is to make PDF's and email. I've already coded to create a PDF with PDF995, but the problem is that it keeps prompting where to save and a bunch of other questions.
Is there any solution that allows me to create PDF's in the background without prompting the user anything? I know where it needs to be saved, I know how it's going to be named, so that's not the problem.
Which Access version are you using?
In Access 2007 and above you can create PDF files out of the box, without stuff like prompting where to save.
Here's an example:
Execute Access 2007 Report and Export that Report to PDF Programmatically?
Note that in Access 2007, you have to install an add-in in order for this to work!
For Access 2003 and below, there's Steven Lebans' ReportToPDF.