Questions tagged [datasheet]
90 questions
1
vote
1 answer
TensorFlow 2.0 Dataset vs. Keras Data Generator
I am a bit confused. When and why I should use the following packages?
For image data, should only the Keras image functions be sufficient?
a. Tensorflow 2.0 Dataset
b. Python Pandas (or any other libs available for image and/or text data)
c.…

John Puskin
- 141
- 3
1
vote
1 answer
Notation of register values 1'b0 and 2'b00
I've seen in a datasheet the notation 1'b0 and 2'b00 to refer to some register values. I assume that it is used to represent a value in binary, specifying the number of bits at the beginning, and its value at the end. Anyway, where is this notation…

EUS
- 422
- 3
- 16
1
vote
1 answer
Parse list type data into different format to make compatible for spreadsheet
I am new in JavaScript and react If can't explain the problem correctly, please post a comment so at least I can tell more.
Thanks a million in advance will appreciate if anyone can give me a little help
I've been stumped on this for hours and…

Rubel Sarker
- 49
- 1
- 1
- 10
1
vote
2 answers
MS Access displaying vba select query in datasheet
Learning to use SQL inside ms access vba. I've gotten how select queries work but they don't immediately output to a datasheet like one built through the access forms. I needed complicated if else chains to get what I wanted so I had to use the vba…

ChadT
- 92
- 10
1
vote
0 answers
Allocating users into groups on condition
I have this datasheet with 5 columns:
1. user ID
2. date
3. status
4. doctor ID
5. visit ID
I need to divide users (by their ID) into three groups:
Users who booked a visit to a doctor by themselves (status =
'booked-user') and after that…

jacob_t
- 11
- 4
1
vote
1 answer
MS Access setting RecordSource results in error
I like to use an unbound subform to display the result of an crosstab query. However following code
Me.subFormForecastSummary.Form.RecordSource = "SELECT ....."
results in this error message: "The expression you entered refers to an object that is…

borntosucceed
- 23
- 4
1
vote
1 answer
Get a product custom field value in Woocommerce single product pages
Could anyone assist in helping me get the below code to function correctly. I have taken bits of code from various other posts to create it.
I need to create a custom field (Datasheet) and be able to post a link to a PDF file. It should then appear…

Josh Dyas
- 35
- 1
- 5
1
vote
1 answer
Prevent User From Unhiding Datasheet Columns
I have hidden several columns in an access datasheet using the ColumnHidden property like this example here:
ColumnName.ColumnHidden = true
This works great, but when I view the datasheet, the end user can unhide the column by "resizing" the space…

Joe
- 616
- 2
- 12
- 27
1
vote
2 answers
Import weatherdata as csv in OpenModelica
For a energy model I have to integrate weatherdata into my OpenModelica model. The data I have is a csv data with 9 columns and several hundreds of rows ... for specific classes I need one or more columns of the datasheet. Is it posible to translate…

Anni
- 11
- 2
1
vote
1 answer
MSAccess: Call a summation from a subform (in datasheet view) to be displayed in a textbox on the master form?
Sorry if this question is simple but I have googled and haven't found a satisfactory answer.
I'm creating an engineering cost estimator. I have a form that takes inputs as ISO/Drawing, and for each drawing number are many subforms where you can…
1
vote
1 answer
Find minimum value in row on datasheet
I want to highlight the column with the minimum value. To achieve that i want to use conditional formating with the following formular:
In Column i
Hightlight cell if following function is true:
[date i] <=…

Sebastian Schmitz
- 27
- 2
- 7
1
vote
1 answer
Disable Access 2010 subform datasheet highlight bar
Is there a way to turn off the blue highlight bar on a datasheet subform in Access 2010? I don't want any records to be highlighted in blue at all, even when I select the record. I like everything else about datasheet view except that.

Bengiomanni
- 33
- 4
1
vote
2 answers
MS-Access unbound ComboBox in DataSheet?
In ms-access 2007, i'm trying to make a form for a table. this table has foreign keys from 2 parent tables. so i thought i would make these fields a lookup. but i couldn't create a single lookup for each parent table because they are composite…

symbiont
- 1,428
- 3
- 21
- 27
1
vote
2 answers
How to add a dropdown to datasheet form in MS Access which is based off a SQL Server query
I have a form in MS Access (datasheet view) which is based on the output of a SQL Server query. Now this is used in a front end where the user needs to be able to select from a drop down the value for one of the columns, 'NAME'. I tried adding a…

Manus
- 869
- 2
- 10
- 20
1
vote
0 answers
Short date style input mask txt showing as plain string in MS Access 2013
I have an text entry control with the input mask 00/00/0000. However it comes into the data table as just a string of numbers, e.g. 05132015. I have the datatype in the schema set to short text with a format of mm/dd/yyyy. Actually, I don't…

abalter
- 9,663
- 17
- 90
- 145