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
vote
3 answers

Do you use any 3rd party Data Entry Controls?

In every project, i always build up data entry forms for the Entities. I have googled it a bit and found some controls like Peter's Data Entry Suite ... etc. Do you ever use these kind of controls and could you please tell me your experiences about…
Barbaros Alp
  • 6,405
  • 8
  • 47
  • 61
1
vote
2 answers

Parse 'family' names into people + last name with regex

Given the following string, I'd like to parse into a list of first names + a last name: Peter-Paul, Mary & Joël Van der Winkel (and the simpler versions) I'm trying to work out if I can do this with a regex. I've got this far (?:([^, &]+))[,…
Benjol
  • 63,995
  • 54
  • 186
  • 268
1
vote
1 answer

iPhone multiple views with iPad single view both sharing a view controller

I've got an app I'm working on and I have quite a bit of data entry during user registration. On the ipad version of the app this is very simple because all the data entry fields can go on a single screen. However on the iphone version this doesn't…
Tony Ashworth
  • 485
  • 4
  • 16
0
votes
3 answers

WHILE loop and data entry

I tried earlier to use a for loop to put data in but became too problematic. So I tried to use a while loop, it works but when I tried to debug it it continued to put -858993460 into every slot. The .dat file is in the right spot and opens.…
Nogg
  • 337
  • 1
  • 4
  • 18
0
votes
1 answer

Simple data entry interface (Scaffolding) to SQL Server without having to code it?

I've got a .Net project where we're using an ActiveRecords scaffolding interface for simple data entry. Being quick and easy to setup, it is proving time consuming for the data entry folks. Rather than coding an entire UI for this, what are some…
ElHaix
  • 12,846
  • 27
  • 115
  • 203
0
votes
2 answers

Formatting time for user input in ASP.Net MVC

I have a form that users are allowed to enter time values in (say, hours spent performing some task). A business requirement is that the time be entered in either hh:mm format, or decimal format. In either case, there could potentially be quite a…
reallyJim
  • 1,336
  • 2
  • 16
  • 32
0
votes
1 answer

How do I get Access to recognize duplicates in data entries? (many-to-many relationships)

tl;dr: How do I make sure that Access doesn't create two rows in the Keywords table for this entry and instead recognizes that it's the same and assigns it the same KeywordID? More info: I have created a database that will hold information about…
0
votes
1 answer

How to show the last 10 entries in listbox made VBA

It seems that sorting in descending form in listbox VBA is a little bit hard like my question here. Is there any way I can display the last 10 entries made in listbox? I keep scrolling down to see the last 10 entries at the bottom of the listbox.…
Shiela
  • 500
  • 1
  • 7
  • 20
0
votes
2 answers

how can I use a combo box in my form to enter different values in different fields in MS Access

I have a primary table holding default values which I want to enter as values in a form I created. The primary table is TblDefault, the related table that the form was created with is TblAssessment. DefID is the id common to both. The combobox is…
Alaina
  • 13
  • 3
0
votes
1 answer

How can I automate data entry by column within Google Sheets?

I've been researching this a small bit and can't find a concrete solution. Every week I have 2 tabs of reporting data I copy/paste from a .xlsx into a Google Sheet, the columns in the .xlsx do not always match the order as the Google Sheet. Example:…
Eric Hood
  • 3
  • 1
0
votes
0 answers

Asking the number of inputs and use it as a range by python (pysimplegui)

I am attempting to create a data entry form using PySimpleGUI and I want to prompt the user for a number and use that number as the range for inputting data (e.g. if the user enters 30, they can exactly enter 30 inputs). Here is my code and I would…
S.Katuzian
  • 13
  • 6
0
votes
1 answer

Dynamic range in google sheet

I have column A of sheet 1 where there is lot of time data. In sheet 2 I wanted to count the data if some condition is matching based in index I wanted to give. I'm doing it in Sheet 2. For e.g. sometimes I need to count from 3rd cell to 20th cell…
Ninja-aman
  • 75
  • 5
0
votes
0 answers

Data entry form with automatic submission after every entry

I want to make a data entry form where I enter unlimited data in a single cell (C2) and it auto submit, then every data entered in that cell will be listed in a range (A8:A1000) with timestamp in each entry. Thank you in advance. I made a sample…
Mac Bueno
  • 1
  • 1
0
votes
0 answers

Automating Data Entry into a Secure Web-Based Form

I currently work as a data entry person entering communicable disease reporting data into a secure online web-based database called MEDSIS which is the disease reporting database used in Arizona (and Sonora, Mexico). I have some coding experience…
0
votes
0 answers

Fastest way to bring up running a website with a data entry form + docs attachments? (language doesn't matter)

I have no time and need to create a straightforward website with a data entry form to gather user biographical info plus docs scan upload (attachment) functionality. What framework do you suggest that can help me? The form needs validation…
vaheeds
  • 2,594
  • 4
  • 26
  • 36