Questions tagged [datasheet]
90 questions
0
votes
1 answer
Scriptable generation of 1000 PDF datasheets
I need to create over a thousand two-page PDF brochures/datasheets, based on data I have in a database. The layout will be identical for each PDF but the content different. What approach can I use to achieve this goal?
Design of attractive layout,…

rgareth
- 3,377
- 5
- 23
- 35
0
votes
1 answer
SharePoint 2010 List Datasheet View error when editing the data
Our SharePoint users have Contribute permission on the list but still get the following error when trying to edit data in the datasheet view:
I am able to edit the list but I have the Full Control. Contribute permission alone should allow the users…

nam
- 21,967
- 37
- 158
- 332
0
votes
2 answers
MS Access Datasheet view
I have created a subform in Access that contains a combo box and multiple textboxes.
I can view this form as a datasheet view and see a single line containing all the fields that I wish to have, but cannot add any more lines after this…

Daniel
- 73
- 2
- 8
0
votes
1 answer
Is there anyway to restrict users to hide and rearranging the columns in Datasheet view in access form?
I am displaying table records in access form Datasheet view. While business users accessing that form, they are hiding and rearranging some columns for their use. So it will be hard for other users to access. I just want to know any settings are…

pyborg
- 166
- 10
0
votes
1 answer
Access form: Datasheet view: How to remove the empty area on the right of the table
I have a form that is shown in datasheet view. There are 35 fields (columns), so I have to scroll horizontally. It is ok, no problem. The only thing I don't like is that, after last column, a big white space (empty) area appears. It is like if there…

freesoft
- 1,114
- 3
- 17
- 26
0
votes
1 answer
Setting An ADC sample rate. trouble reading datasheet
I am currently working an atmel micro controller, the EVK1104s, which house the UC32 Data Sheet. We have actually planted this chip on a custom PCB and are inthe process of writting more firmware.
Currently, I need to tell the ADC on the Micro…

Recurrsion
- 231
- 3
- 13
0
votes
1 answer
My unbound (Menu) subform is appearing in datasheet
I use an unbound form as a Menu/Navigation for my application. The menu form has VBA "on click" events for the labels. That is it.
When I add it as a subform to a split-form that is bound to one of the tables, the "menu" subform displays as a…

Rory
- 336
- 1
- 4
- 12
0
votes
2 answers
Extending or modifying the SharePoint Datasheet view
Has anyone discovered a way to extend or modify the functionality of the SharePoint Datasheet view (the view used when you edit a list in Datasheet mode, the one that looks like a basic Excel worksheet)?
I need to do several things to it, if…
user32826
0
votes
2 answers
Why 'People' columns are not available for Read-Only users in SharePoint Datasheet view?
I can see columns that list people names in SharePoint's datasheet view, but read-only users cannot.
Is there a way for read-only users to see columns of this type?
The type of information in this column is: Person or Group, no mandatory…

Marius
- 545
- 6
- 13
- 26
0
votes
2 answers
Lookup field in Edit in Datasheet mode in sharepoint doesn't work
I've added a lookup field to a document library, and it is possible to choose values as expected in "Edit properties" for a single document. However, when in Edit in Datasheet mode all of the dropdowns for the lookup field are EMPTY!!!! Is this just…

Zarek
- 939
- 3
- 13
- 21
-1
votes
1 answer
why not only one datasheet for STM microcontrollers
I know it's not a coding question , but I am struggling with something around my head for a little bit, for example stm32f446re : why it doesn't have only one datasheet , why so many datasheet for only one microcontroller , also my question is : how…

abdo Salm
- 1,678
- 4
- 12
- 22
-1
votes
1 answer
Dependant variable column in R
I'm trying to add a newcolumn of information to a data table in R,
I have a column
dataSheet$day
with numerical values 1 to 3 with 1 being Thursday, 2 being Friday and 3 being Saturday
I want to assign the value "week" or "weekend" to a new…

Marius.db
- 15
- 1
- 6
-1
votes
1 answer
Conditional formatting in Excel 2013
I need to make conditional formatting in Excel.
I need to switch between 2 colors, for example white and grey.
Give one color when email fields have the same content 1 or more times, and switch to the second color when new data.
See an example…

Jens Mouritzen
- 11
- 2
-1
votes
1 answer
Validation of Data in datasheet mode--access 2007
Users are PASTING data into a form in DATASHEET mode, so many records are being entered at the same time. For a specific field called ID, I need to validate the ID against another table. In the sense that the IDs they enter should be already…
-1
votes
2 answers
Rearrange data in a column
Is there any way to automatically arrange this data
Into this
Using excel/google sheets/etc. Basically I have a huge list of files (second column) that I need to map to it's respective folder (first column ID).
What I need, is to copy column A…

Jose
- 263
- 4
- 14