473,539 Members | 4,454 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Latest Bytes Forum

Support forums for various IT topics. Programming languages, databases, systems, applications and more. Subscribe to a community, participate, ask, share your expertise and network.
 
0
3,205
isladogs
thread by: isladogs | last post Jan 27 '23 by: isladogs
Access Lunchtime – Translation Tools in Microsoft Access​ Tuesday, 31st Jan at 18:00 UK time (UTC) or 12 noon CDT (UTC-6). The session will last about one hour Join us when Colin Riddington, Mendip Data Systems, https://isladogs.co.uk, Microsoft MVP 2022, will be our presenter. In the first half of this session, Colin will demonstrate a...
1
7,464
BarryA
thread by: BarryA | last post Jan 27 '23 by: cetpainfotech
I was curious why the class java.lang.String is defined as final in Java when I first learned about it. I couldn't find an answer back then, but check out this post: How to Create a Java String Class Replica. It reminded me of my question. Sure, String gives all the functionality I've ever required, and I've never considered any action that...
9
5,448
thread by: CD Tom | last post Jan 25 '23 by: NeoPa
I've been working on a problem and want to try using the docmd.gotorecord to get to a certain record in a table. I've got that figured out but I don't know what to do once i'm on the record. I want to select a usernumber from that record. It should be fairly easy to but I can't figure it out. Any help would be appreciated. Thanks
1
6,410
thread by: Arthur132 | last post Jan 25 '23 by: GKJR
Hello everyone, I recently started learning to program, I have a question, is there any point in learning to program from books
2
6,694
SueHopson
thread by: SueHopson | last post Jan 25 '23 by: SueHopson
So I have a lookup on a form that is searching for the Customer based on the following Embedded Macro ="SearchForRecord ObjectType Object Name Record First Where Condition = = " & Str(Nz(.,0)) It's pulling on the following data: SELECT qry_cxLookup.CustID, qry_cxLookup.Company FROM qry_cxLookup ORDER BY qry_cxLookup.Company;
7
3,685
thread by: Petrol | last post Jan 25 '23 by: NeoPa
I have three related tables, ATI, WPH and Selected Event. API and WPH are related through the common field PersonID, while WPH and SelectedEvent are related through the common field WalkNumber. I want to create an Access SQL DELETE query to delete all records in WPH where WPH.WalkNumber = SelectedEvent.WalkNumber and ATI.Response IN...
2
7,918
thread by: XIAOLAOHU | last post Jan 24 '23 by: kevinvance
As you know, CentOS 8 has ceased maintenance services on December 31, 2021, and CentOS 7 will also cease maintenance services on June 30, 2024. After that, CentOS will no longer support new software and patch updates. At that time, users' existing services developed using CentOS will be exposed to downtime and security risks at any time and cannot...
0
3,374
aboka
thread by: aboka | last post Jan 23 '23 by: aboka
hi, im new to python and would like to learn howto loop through the excel(A2, B2, A3, B3....) and read its field value so i could send it to a function. the code below works fine, but it only reads the first row. thanks in advance. wb = openpyxl.load_workbook(r'C:\Users\user\Desktop\blaster\sms.xlsx') sheet = wb.active x1 = sheet.value...
0
5,062
thread by: AndresCidInst | last post Jan 20 '23 by: AndresCidInst
Using the youtube_player_iframe library I was able to capture some video status data (playing, paused, with/without audio) for xAPI statemetns, but from external buttons, not from the player itself. Video player Widget oneVideo(BuildContext context, double heigth, double width) { return SingleChildScrollView( child: Column( ...
0
17,789
thread by: montazsy | last post Jan 19 '23 by: montazsy
Hi everyone! I have a problem that I should solve in postgres sql, but I'm stuck. The bare data is a table named activity_logs : activity_time (timestamp) | action (int4)|item 1 (varchar) | item 2 (varchar)| This is a log table simplified. activity_time: is a timestamp when a user login/logout is attempted. Action: can be 1 - Login or 2 -...
7
6,230
SueHopson
thread by: SueHopson | last post Jan 18 '23 by: SueHopson
Hi Everyone It's been a while since I've been on here, or have been doing any coding for that matter, so I apologize up front if I forget to post something correctly. I have "inherited" a database and despite all my research I am not sure how to proceed, what I am doing wrong/missing logically, or if what I am trying to do can even be done......
0
5,145
thread by: amskape | last post Jan 18 '23 by: amskape
Dear Friends, I have 2 tables in Postgresql. Table1 and Table2 .... There is a common field Table1.ARN and Table2.RN . My need is get all the data of second table which is not in the common data get by Table1.ARN=Table2.RN. Waiting your fast reply Thanks Anes P A
23
28,401
thread by: kjhyder | last post Jan 17 '23 by: kjhyder
I have a report in Access that is grouped by customer with a page break after each customer so only their data is shown on the page. I would like to email the report to each customer with their individual data(page). I can get Access to email to each customer, but it emails the entire report and does not email only the specific customer. I...
0
4,252
goodbean
thread by: goodbean | last post Jan 16 '23 by: goodbean
I am currently trying to figure out why gcc is throwing a warning at me for this macro only when using the '--' operator. It's a simple macro that cubes a value: #define cubem(a) (a * a * a) When I call it in main(): cube_result = cubem(--a); However, this is what gcc says: https://pasteboard.co/LgHUg0lhcQgl.png
3
31,470
thread by: Alex T | last post Jan 15 '23 by: fecalTransplant
This is my code: #include <iostream> #include <iomanip> #include <fstream> #include <string> using namespace std;
0
4,491
jalbright99669
thread by: jalbright99669 | last post Jan 13 '23 by: jalbright99669
Am in a bit of a strait. Looking for a non-VBA excel formula to work with rental rates in our workbook. I am hoping there is a simpler Excel method to use other than nested IF statements. The rental rates for equipment is billed by the day, week and month and breaks out as follows: 1 - 2 days is by the day. 3 - 10 consecutive days is by the...
11
13,392
thread by: mariabiz | last post Jan 13 '23 by: sara999898x
Below code outputs garbage value. any idea why so? unsigned variable1=1; int variable2=-4; printf("%u",variable1+variable2);
4
7,065
thread by: markleo | last post Jan 12 '23 by: NeoPa
demo1.java: import a; import b; import c; import d; demo2.java: import b;
0
492
thread by: antdb | last post Jan 12 '23 by: antdb
AntDB extends the relational data model by providing a richer type system, including complex data types and object-oriented, and extends support for the Object-Relational Data Model on the basis of the Relational Query Language to handle a richer type system. 1.Foreword Many database applications are written in object-oriented programming...
0
328
thread by: antdb | last post Jan 12 '23 by: antdb
1.Overview AntDB database is a home-grown distributed database with MPP architecture, highly compatible with Oracle syntax, which is widely used in many industries such as communication, finance and transportation. In the process of using AntDB database, users often delete data or update data by mistake due to misoperation or application bugs,...
1
11,732
thread by: Petrol | last post Jan 12 '23 by: Petrol
I have a problem very similar to, but not identical with, one I had previously - "Access unable to save backup or make .accde". For some weeks now when I use File>Save As>... >Save As (where ... can be either "Back Up Database" or "Make ACCDE" ), Access just keeps asking for the database password over and over. If I keep entering the password,...
0
3,610
thread by: markleo | last post Jan 12 '23 by: markleo
When I read Docs about (https://www.electronjs.org/docs/latest/tutorial/tutorial-preload): >From Electron 20 onwards, preload scripts are sandboxed by default and no longer have access to a full Node.js environment. Practically, this means that you have a polyfilled require function that only has access to a limited set of APIs. ...
0
1,593
thread by: shivajikobardan | last post Jan 11 '23 by: shivajikobardan
<div class="body"> <div id="board"> <div id="bat" class="bat"></div> <div id="ball" class="ball"></div> </div> </div> This is my HTML. I've done CSS For all of them and generated this:
0
1,348
thread by: shivajikobardan | last post Jan 7 '23 by: shivajikobardan
I'm currently watching tutorials to build projects as I'm still not in a phase where I can carve a project that I want all on my own. Currently, working on a snake game. let speed = 2; let lastPaintTime = 0; //Game functions function main(ctime) { window.requestAnimationFrame(main); if ((ctime - lastPaintTime) / 1000 < 1 / speed) {
28
10,707
isladogs
thread by: isladogs | last post Jan 7 '23 by: isladogs
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...

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.