Questions tagged [data-entry]

Anything related to data-entry, i.e. the process of manually entering data into a system by a human operator.

Anything related to data-entry, i.e. the process of manually entering data into a system by a human operator.

254 questions
-1
votes
1 answer

VBA: use one cell (as data entry field) to copy data to another tab

I'm currently working in an Excel file and would like to have one cell (say B3) of which the content is automatically pasted in another tab. After replacing the content from B3 by other info, I would still like to have the old info in the other tab,…
BWolk
  • 193
  • 1
  • 9
-1
votes
1 answer

Pasting data in multiple text boxes

So I have a zero-reporting data entry task which I do monthly. For a couple of cells, I have to enter zero manually (as shown in the image), which is very much frustrating. Is there any web add-on I could use to paste zero in multiple cells at once?
-1
votes
1 answer

Trying to create a user name and password to log onto next tkinter window. If user and pass correct login button goes to next screen

Here are the labels and buttons I am using, I want the login button to check for passwords in code, then if correct go to the next screen. from tkinter import * root = Tk() # Main window of Application root.title("Please…
-1
votes
1 answer

Will it require me to use VBA if I want to 'copy/paste' data in workbook 2 after being entered into workbook 1?

I have started to build a couple of workbooks that I would like to communicate with each other. My goal is to take entries from column1 @ midnight,6am,noon, 6pm, and 11pm in workbook1 and 'copy/paste' them to row1 with the same labels in workbook 2.…
Jfwhyte8
  • 1
  • 4
-1
votes
2 answers

Script program inputs in bash ubuntu linux

I'm in a course for C++ programming. Our professor created a linux validation script against which our program output must match exactly. It's running out of his own program and generates an output.txt file, then compares it against his output file,…
bigcodeszzer
  • 916
  • 1
  • 8
  • 27
-1
votes
2 answers

What data entry system should I choose for multiple users at multiple sites?

I've just started working on a project that will involve multiple people entering data from multiple geographic locations. I've been asked to prepare forms in Access 2003 to facilitate this data entry. Right now, copies of the DB (with my tables…
Matt Parker
  • 26,709
  • 7
  • 54
  • 72
-2
votes
0 answers

An interface to enter the data quickly

I wrote a code to analize volleyball players' performance. The data are entered as a matrix with three columns. It work very well, but I need an interface to enter the data quickly. Just like an app, composed by circles. Before each game some of the…
Beatriz
  • 1
  • 1
-2
votes
2 answers

How can I change the code to make the program skip an option after user input No?

I want the program to skip to "Enter another?" when N is entered after being prompted "Express?". How can I do that? Now, when N is entered, it still prompts "Long distance?" Below is the current batch of code. Context: this is the data entry part…
-2
votes
2 answers

Python Tkinter and openpyxl return to new row on button push

I am trying to write to an excel file (LibreOffice Calc not actually excel). I am trying to save historical data and then graph for status updates at our quarterly meetings (I can get the information to the graph when formatted correctly so that…
Craig Walker
  • 131
  • 2
  • 10
-2
votes
1 answer

How to transfer this to a data set I need?

[1] 1 6 6 6 1 6 5 1 5 1 1 6 4 5 5 3 6 3 4 4 3 4 3 1 5 5 6 2 4 3 6 6 2 2 3 2 2 3 6 1 5 2 4 2 6 6 2 1 [49] 2 2 4 6 2 6 5 5 4 6 3 2 1 2 3 4 1 6 5 3 1 4 5 5 5 4 3 1 3 3 6 6 5 2 4 6 6 6 4 2 5 6 4 5 1 1 6 6 [97] 5 6 2 1 1 5 5 1 2 4 3 6 4 5 2 4 1 1 2 3…
Yao Zhao
  • 7
  • 2
-2
votes
1 answer

Code shortening for data entry form Google App script

I'm new to coding, and I know I am going a long way about this and making my script run slow, but I can't figure out how to shorten and optimise it (now I have tried to map the second bit of code using Marios comment) I have made a data entry form…
-2
votes
3 answers

Error, Msg 109, Level 15, State 1, Line 1 There are more columns in the INSERT statement than values specified in the VALUES clause

I want to insert following info in the table but it is giving me following error from the following code: Msg 109, Level 15, State 1, Line 1 There are more columns in the INSERT statement than values specified in the VALUES clause. The number of…
Burhan Ahmed
  • 1
  • 1
  • 4
-2
votes
1 answer

Embed autocomplete tkinter in data-entry python application

NOW UPDATED Inserted the correct link to the Autocomplete code that works fine and reduced the code of my example. I am trying to embed autocomplete solution in a new python program. The autocomplete tkinter…
Driand
  • 1
  • 3
-4
votes
1 answer

sample/example to setup data entry form

I see many examples with jquery, bootstrap, jqueryvalidation. However, they are usually small logins and such with one column of data. Suppose one has a internal web app that needs many fields entered for data forms. samples or examples for layout…
paulj
  • 327
  • 1
  • 9
1 2 3
16
17