473,549 Members | 2,543 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Next meeting for Access User Groups - Europe

isladogs
457 Recognized Expert Moderator Contributor
The next Access Europe meeting will be on Wednesday 1 Feb 2023 starting at 18:00 (6PM) and finishing at about 19:30 (7.30PM) UK time (UTC)

The start time is equivalent to 19:00 (7PM) in Central Europe / CET (UTC+1) and 10AM in Seattle / PDT (UTC-8)

For local times, please check https://www.worldtimebuddy.com/

I am very pleased to announce that Thomas Möller (Access MVP 2007-2016) will be leading a presentation called State-of-the-art charts in Access with chart.js

I have seen this in action and it is VERY impressive.

There are countless JavaScript libraries available on the internet that can be used to create cool charts. Some charts even allow user interaction. The really good news is that these features can also be used in Access.

Thomas will use this presentation to demonstrate:
a) How to get state-of-the-art charts (based on chart.js) running in Access
b) What are the external dependencies and how can they be resolved?
c) How do we program the whole thing elegantly and clearly?

NOTE: There is a lot to cover in this session and it is likely to last about 75 minutes (followed by a question and answer session).

For more details, see: https://accessusergroups.org/europe/...pe-2023-02-01/

The meeting will again be held on Zoom. When the time comes, you can connect using: Join Zoom Meeting
I hope you will join us as it promises to be a really outstanding session.

As always, the session will be recorded and the video uploaded to YouTube after the event.
Jan 25 '23 #1
5 37540
isladogs
457 Recognized Expert Moderator Contributor
The video of Thomas Moller's excellent presentation to Access Europe is now available on YouTube: https://www.youtube.com/watch?v=GlmWWmgSQo8

The files associated with the session can be downloaded from https://www.isladogs.co.uk/aeu-12/index.html
Feb 5 '23 #2
isladogs
457 Recognized Expert Moderator Contributor
The next Access Europe meeting will be on Wednesday 1 March 2023 starting at 18:00 (6PM) and finishing at about 19:15 (7.15PM) UK time (UTC)
The start time is equivalent to 19:00 (7PM) in Central Europe / CET (UTC+1) and 10AM in Seattle / PDT (UTC-8)
For local times, please check https://www.worldtimebuddy.com/

I am pleased to announce that fellow Access MVP Maria Barnes will be leading a presentation called Optimizing Queries in SQL Server.

Maria will demonstrate how to optimize queries in SQL Server using the various tools provided:
  • How to decide which SQL queries need to be optimized?
  • How to Use the Activity Monitor in SSMS
  • An Introduction to the Performance Dashboard for SSMS 17.2 and above
  • Query Simplification Basics
  • Displaying the Estimated Execution Plan in SSMS
  • A brief mention of the Query Store and what this is

For more details, see: https://accessusergroups.org/europe/...pe-2023-03-01/

The meeting will again be held on Zoom. When the time comes, you can connect using: Join Zoom Meeting.
I hope you will join us for what should be a very informative session.

As always, the session will be recorded and the video uploaded to YouTube after the event

Also, early notice that on Wed 5 April, Duane Hookom will be leading a session called Creating calendar format reports
Feb 24 '23 #3
isladogs
457 Recognized Expert Moderator Contributor
The video of Maria Barnes' Optimizing Queries in SQL Server presentation to Access Europe on Wed 1 March is now available on YouTube: https://youtu.be/aOd0G9uIfvo
A PDF of the presentation used in the session can be downloaded from: https://www.isladogs.co.uk/aeu-13/
Mar 5 '23 #4
isladogs
457 Recognized Expert Moderator Contributor
The next Access Europe meeting will be on Wednesday 5 Apr 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM)
The start time is equivalent to 19:00 (7PM) in Central Europe and 10AM in Seattle / PST
Please note that the UK is now on Summer Time (UTC+1). For local times, please check https://www.worldtimebuddy.com/

I am pleased to announce that ex-MVP Duane Hookom will be leading a presentation called Creating calendar format reports
Duane’s presentation will demonstrate techniques for data reporting in calendar formats. The same, simple method could be used to print seating charts and other spatial data.
  • Quick demo of reports
  • Requirements
  • Data structure
  • “Tricks” used to achieve
  • Code review
  • Limitations and opportunities
  • Discussion

For more details, see: https://accessusergroups.org/europe/...-2-2023-04-05/

The meeting will again be held on Zoom. When the time comes, you can connect using: Join Zoom Meeting.
I hope you will join us for what should be a very interesting session.

As always, the session will be recorded and the video uploaded to YouTube after the event
Mar 30 '23 #5
isladogs
457 Recognized Expert Moderator Contributor
The video of Duane Hookom's Creating calendar format reports presentation to Access Europe is now available on YouTube: https://youtu.be/M6vsACrw_dI

A PDF of the presentation used in the session and the example database can be downloaded from https://www.isladogs.co.uk/aeu-14/
Apr 18 '23 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

0
1156
by: Peter Hansen | last post by:
We're announcing here in case anyone who doesn't subscribe to our announcement mailing list was thinking of attending: NOTE the change in location from where we've been meeting for the last 12 months!! The next meeting of PyGTA, the Toronto-area Python user group, will be held at the offices of Frogware (http://www.frogware.com/) at: ...
5
2123
by: JM | last post by:
I need to take all the user/groups and permissions and migrate them to SQL Server, how can this be done easily?
1
2555
by: Bjorn Kristensen | last post by:
Hi. I'm trying to read all the users and user groups from the NT domain I'm connected to. I cnat't se how this should be done. Can anyone help me. I'm basically trying to link my users to the domain user's! I'll keep track of my applications user rigts but with the NT Domain users..
0
1226
by: Natalie | last post by:
The next monthy meeeting of the XML Users' Group of Ottawa (XUGO) is Thursday, December 1, at 6:30pm. Membership and meeting attendance is free, but you must pre-register as seating is limited. (Coffee, tea, juice and donuts are provided.) The next meeting will have a provocative and iconoclastic presentation by Mark Baker of Analecta...
5
2862
by: c676228 | last post by:
Hi, I guess I am confused. In aspx script, I mean (you won't use Codebehind="enrollinfo.aspx.vb", but mix code with html and code together) You can access user control's property directly. Since I am useing visual studio .net, the html and code are seperated. I have the following aspx code which has two user controls: <%@ Register...
2
2144
by: Jr. BTS dev! | last post by:
Hello all, In my web app I want to authenticate users using the Windows NT user Groups they blong to. The app will be used internally. Users will all belong to the same domain Users are separated by groups In more details I want to know if the user is administrator, users, customer service (a windows group i create) and so on. I tried...
8
3573
by: tlyczko | last post by:
I am developing an Access database that will be used by some users logging into Citrix servers. Using the "Code 1" listing, 'fGetFullNameOfLoggedUser' from Dev Ashish's site, which I found in this thread: http://groups.google.com/group/comp.databases.ms-access/browse_thread/thread/9ba1a9bc7ebc270e/36aeea7d08d31849#36aeea7d08d31849...
0
1759
by: cobug | last post by:
Dear COBOL Users, Articles are being sought for the COBOL User Groups (COBUG) newsletters. Will you help us in our efforts to provide newsletters for the COBOL community at large? The COBUG newsletters will be an independent place to exchange information on any topic related to COBOL. This is an opportunity for
0
1300
by: junis | last post by:
Dear All, if i want to change permission in Ms Access, i just follow this step 1. click "Tool" -> "Security" -> "User Group Permissions" 2. I choose User in Box User/Group Name then select listbox "Object Name" 3. then i check Permission that i want 4. click ok 5. done but sometimes .. i need change user/groups at runtime (in another...
28
10717
isladogs
by: isladogs | last post by:
Access Europe (AE) is a new online chapter of AccessUserGroups.org. Further details are available from https://accessusergroups.org/europe/ All meetings will be on the first Wednesday of each month from 18:00-19:00 (UK time – currently UTC/GMT) and will be co-chaired by Alessandro Grimaldi & Colin Riddington. Whilst Access Europe is...
0
7461
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7971
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7491
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7823
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6055
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
5101
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3509
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
1956
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
776
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.