473,549 Members | 2,239 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.
 
15
21,451
thread by: Ms Rusty Boyd | last post May 3 '23 by: rokgod7
I am working in MS Access 2003 and I want to use the update query to change part of a value in a field. I have a last name field that contains a lot of records. Someone entered the values De Pedro and De La Rosa etc. and my boss wants them in lower case de Pedro and de la Rosa. I want to update De to de without having to manually change them. I...
61
20,511
hirak1984
thread by: hirak1984 | last post May 2 '23 by: momo1014
this is an age old debate,who is more effective==>a coder or a programmer... the definitions of these two terms are also are overloaded multiple times. lets start with these in TSDN. when should we be called a programmer and when a coder? and what do you think is the difference between the terms?
0
6,076
thread by: ufm123 | last post May 1 '23 by: ufm123
How to plot text in color? This option of Python is missing in matplotlibcpp within Visual Studio -> works only in b/w ! Who has a solution to solve the problem? UFM
0
6,235
thread by: ufm123 | last post May 1 '23 by: ufm123
How to plot text in color? This option of Python is missing in matplotlibcpp within Visual Studio -> works only in b/w ! Who has a solution to solve the problem? UFM
1
12,146
thread by: Edoks | last post Apr 30 '23 by: momo1014
So basically I want to convert a birth date, set to integers, and I want to convert it into a string. I recently got into object programming and created a method that would convert the date of birth into a string to print it User.h #pragma once #include <string> #include <iostream> using std::cout; using std::string; class User {
0
7,598
thread by: saukrit | last post Apr 29 '23 by: saukrit
In the realm of Android development, two languages have consistently stood out: Java and Kotlin. Both languages have been widely adopted by developers, with Kotlin becoming the official language for Android app development in 2017. In this blog post, we will explore the features and benefits of both Java and Kotlin and how they contribute to the...
6
13,556
thread by: Rig20 | last post Apr 28 '23 by: jimatqsi
Hello, I’m sure this is a relatively easy fix, but I have an unbound combo box on a form that runs numerous queries in the After Update section. Everything there works fine. All I need to do is have a command button on the form that advances the focus of the combo box to the next record in the query its row source is based on (plus I’m sure...
8
32,193
thread by: Max001 | last post Apr 28 '23 by: KamoraDonovan
project management software include story management, task management, bug management and so on.
0
10,054
thread by: daviidjohn | last post Apr 26 '23 by: daviidjohn
<h2> <span style="font-size:20.0pt;mso-bidi-font-size:18.0pt;font-family:" calibri",sans-serif;="" mso-ascii-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-theme-font:="" minor-latin;color:black;mso-themecolor:text1"=""> <span style="font-weight: bold;">Understanding Atlantic Courier Tracking System</span> <o:p></o:p> ...
0
9,169
BarryA
thread by: BarryA | last post Apr 26 '23 by: BarryA
I need to execute a SQL Server stored procedure from Java/Spring, and the SP has a try/catch block that logs errors to a table. The logging is required because the SP is also called manually or from a database task, however in my case, it creates an issue because the call from Spring is transactional (see...
6
13,007
thread by: glat | last post Apr 25 '23 by: glat
Hello. I have the following code to save my Access query, export it to my Excel spreadsheet and rename the tab: If Me.Dirty Then Me.Dirty = False End If DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel8, "InvoiceData", "X:\Spreadsheets\Invoices\InvoiceData.xlsx", True, "DailyData" What I would like to do is have the Excel...
0
1,475
isladogs
thread by: isladogs | last post Apr 25 '23 by: isladogs
Access DevCon: Thursday 27 + Fri 28 April 2023 Today, Tuesday 25 April, is the last day to register for DevCon, the largest English language Access conference and open to the world. It's organized by Karl Donaubauer with expert assistance from Peter Doering and Philipp Stiefel. Join 150 Access experts and developers who love Access from...
0
8,820
thread by: newtothesite | last post Apr 24 '23 by: newtothesite
I've seen react, next, and other forms of javascript but if you were to build a chat application what would you use? https://www.youtube.com/watch?v=PHrFCor8Jb8
0
9,506
thread by: Nikhilesh10 | last post Apr 24 '23 by: Nikhilesh10
Expecting a thorough difference and not that states one who tests is tester and one who develops is a developer.
3
25,639
thread by: Strawberry1876 | last post Apr 23 '23 by: Nikhilesh10
Does anyone know what the "points" an AI interviewer would be coded/programmed to look for? I've just found out my interview was done by a bloody bot! First I've come across this! Need help please, for anyone that understands this. Thanks
2
12,090
thread by: AJIT VYAS | last post Apr 22 '23 by: XPS35
HI i am ajitvyas . i am using ms access 2019 . i am preparing for data entry programe in access for my business(small) my data entry has following head ( bill no. party name , name of item qty in bag weght and amount) ,Now one pary brings more them one item at the sametime for exmample in the same bill bill no. partyname item qtyin...
0
7,667
thread by: zermasroor | last post Apr 22 '23 by: zermasroor
i am creating logo for my client site photo editing which is the best software to create logos ?
2
11,882
thread by: NyaguraM | last post Apr 21 '23 by: isladogs
Could not import msacces 2007 tables and receiving the error above. Error disappeared when I imported empty tables without data. Conclusion: It's also a data-related error.
27
26,180
TheSmileyCoder
thread by: TheSmileyCoder | last post Apr 21 '23 by: isladogs
Hi all my favorite Access elves, and happy NewYear. Im trying to modify a tabledef by code, and I seem to be running into some trouble. I am still in the early phases of getting an understanding on how to do it, and im allready stumped at simply refering to the tableDef. I have tried this: With CurrentDb.TableDefs("hist_tbl_Obs") ...
0
5,718
thread by: SidLatthe | last post Apr 20 '23 by: SidLatthe
what is the use of Structured Synthesis Method in software development?
0
5,119
thread by: antdb | last post Apr 20 '23 by: antdb
Storage management is an important module of database, which can be subdivided into memory management and external memory management. Each of these categories can be subdivided again. For example, memory management can be divided into shared memory, local memory, memory context, and so on. We need to understand each part of the principle slowly...
1
11,948
thread by: pddon | last post Apr 20 '23 by: antdb
1. Brief introduction PDDON is a free online drawing tool that supports low code. It can be used to draw architecture diagram, flow diagram, UML, network topology diagram, Wayne diagram, fishbone diagram, mind map, BPMN, etc. It also supports object modeling, database modeling, code/script generation....
0
4,176
thread by: Nikhilesh10 | last post Apr 19 '23 by: Nikhilesh10
The key differentiating features between the two and how does it affect the run of the program?
5
37,541
isladogs
thread by: isladogs | last post Apr 18 '23 by: isladogs
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...
0
3,750
thread by: TonyZhu | last post Apr 18 '23 by: TonyZhu
https://miro.medium.com/v2/resize:fit:720/format:webp/1*kRFUokrNmztAwjsdO5vCQQ.png Apache ShardingSphere version 5.3.2, released after two months of development, brings significant improvements in functionality, performance, testing, documentation, and examples. With 797 PRs from teams and individuals worldwide, users can enjoy an enhanced and...

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.